Skip to content

Commit 1224778

Browse files
authored
DOC: update dev installation instructions (pysal#544)
1 parent 2ceac22 commit 1224778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This should install all necessary dependencies including optional.
118118
Once dependencies are in place, make an in-place build by navigating to the git
119119
clone of the *momepy* repository and running::
120120

121-
python setup.py develop
121+
pip install -e .
122122

123123
This will install momepy into your environment but allows any further changes
124124
without the need of reinstalling new version.

0 commit comments

Comments
 (0)