Skip to content

Commit

Permalink
Use pip install . instead of calling setup.py (#5442)
Browse files Browse the repository at this point in the history
It is almost the same but is more consistent and future proof
  • Loading branch information
Carreau committed Oct 19, 2021
1 parent a8151a6 commit f3aa9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Expand Up @@ -28,7 +28,7 @@ To install distributed from source, clone the repository from `github

git clone https://github.com/dask/distributed.git
cd distributed
python setup.py install
python -m pip install .


Notes
Expand Down

0 comments on commit f3aa9d1

Please sign in to comment.