Skip to content

Commit f3aa9d1

Browse files
authored
Use pip install . instead of calling setup.py (#5442)
It is almost the same but is more consistent and future proof
1 parent a8151a6 commit f3aa9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To install distributed from source, clone the repository from `github
2828

2929
git clone https://github.com/dask/distributed.git
3030
cd distributed
31-
python setup.py install
31+
python -m pip install .
3232

3333

3434
Notes

0 commit comments

Comments
 (0)