Skip to content

Commit 3ef8c5e

Browse files
committed
updated installation instructions to ensure that users get >=1.0a version
1 parent bef21c5 commit 3ef8c5e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,14 @@ Please note that mybinder times out after an hour.
4242
Installation
4343
============
4444

45-
::
46-
47-
pip install pydra
48-
49-
50-
Note that installation fails with older versions of pip on Windows. Upgrade pip before installing:
45+
Pydra can be installed from PyPI using pip, noting that you currently need to specify
46+
the 1.0-alpha version due to a quirk of PyPI version sorting, otherwise you will end up
47+
with the old 0.25 version.
5148

5249
::
5350

5451
pip install -–upgrade pip
55-
pip install pydra
52+
pip install pydra>=1.0a
5653

5754

5855
If you want to install plugins for psij or dask you can by installing the relevant

0 commit comments

Comments
 (0)