Skip to content

Commit db2b45d

Browse files
committed
update for v0.4.0
1 parent 4b21f18 commit db2b45d

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

docs/installation.rst

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Installation
44

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

7-
Stable release (v0.3.2)
8-
-----------------------
7+
Stable release
8+
--------------
99

1010
Installation with `conda`:
1111

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

1818
.. code-block:: rst
1919
20-
$ pip install pyhdx==0.3.2
21-
22-
23-
Beta release (v0.4.0b8)
24-
-----------------------
25-
26-
To install base PyHDX:
27-
28-
.. code-block:: rst
29-
30-
$ pip install pyhdx==0.4.0b8
20+
$ pip install pyhdx
3121
3222
To install with web application:
3323

3424
.. code-block:: rst
3525
36-
$ pip install pyhdx==0.4.0b8[web]
26+
$ pip install pyhdx[web]
3727
3828
To install with pdf output:
3929

4030
.. code-block:: rst
4131
42-
$ pip install pyhdx==0.4.0b8[pdf]
32+
$ pip install pyhdx[pdf]
4333
4434
4535
Install from source

0 commit comments

Comments
 (0)