Skip to content

Commit

Permalink
update for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Apr 20, 2022
1 parent 4b21f18 commit db2b45d
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Installation

Currently the recommended version to use is the latest beta release (v0.4.0bx)

Stable release (v0.3.2)
-----------------------
Stable release
--------------

Installation with `conda`:

Expand All @@ -17,29 +17,19 @@ Installation with `pip`:

.. code-block:: rst
$ pip install pyhdx==0.3.2
Beta release (v0.4.0b8)
-----------------------

To install base PyHDX:

.. code-block:: rst
$ pip install pyhdx==0.4.0b8
$ pip install pyhdx
To install with web application:

.. code-block:: rst
$ pip install pyhdx==0.4.0b8[web]
$ pip install pyhdx[web]
To install with pdf output:

.. code-block:: rst
$ pip install pyhdx==0.4.0b8[pdf]
$ pip install pyhdx[pdf]
Install from source
Expand Down

0 comments on commit db2b45d

Please sign in to comment.