From 913862157b920eee628b0071894ac2fb6b022114 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Thu, 1 Feb 2024 22:21:06 +0100 Subject: [PATCH] DOC: update dev installation instructions --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index e7ba5e67..70c882e9 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -118,7 +118,7 @@ This should install all necessary dependencies including optional. Once dependencies are in place, make an in-place build by navigating to the git clone of the *momepy* repository and running:: - python setup.py develop + pip install -e . This will install momepy into your environment but allows any further changes without the need of reinstalling new version.