File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Installation
44
55Currently 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
1010Installation 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
You can’t perform that action at this time.
0 commit comments