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.
pip install .
setup.py
1 parent a8151a6 commit f3aa9d1Copy full SHA for f3aa9d1
docs/source/install.rst
@@ -28,7 +28,7 @@ To install distributed from source, clone the repository from `github
28
29
git clone https://github.com/dask/distributed.git
30
cd distributed
31
- python setup.py install
+ python -m pip install .
32
33
34
Notes
0 commit comments