From 1224778596f5c2900f6cbb364614aee477ced035 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Thu, 1 Feb 2024 22:37:12 +0100 Subject: [PATCH] DOC: update dev installation instructions (#544) --- 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.