DOC: add pip install -e . to contributing.rst (#2617)

This commit is contained in:
Ray Bell
2022-10-26 20:35:04 +02:00
committed by GitHub
parent 31f8e6af3b
commit 403b7fa936
+1 -1
View File
@@ -225,7 +225,7 @@ This should install all necessary dependencies.
Once dependencies are in place, make an in-place build by navigating to the git
clone of the *GeoPandas* repository and running::
python setup.py develop
python -m pip install -e .
5) Making changes and writing tests