We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef21c5 commit 3ef8c5eCopy full SHA for 3ef8c5e
README.rst
@@ -42,17 +42,14 @@ Please note that mybinder times out after an hour.
42
Installation
43
============
44
45
-::
46
-
47
- pip install pydra
48
49
50
-Note that installation fails with older versions of pip on Windows. Upgrade pip before installing:
+Pydra can be installed from PyPI using pip, noting that you currently need to specify
+the 1.0-alpha version due to a quirk of PyPI version sorting, otherwise you will end up
+with the old 0.25 version.
51
52
::
53
54
pip install -–upgrade pip
55
+ pip install pydra>=1.0a
56
57
58
If you want to install plugins for psij or dask you can by installing the relevant
0 commit comments