From 403b7fa936bcae58134efbca51e10dce7a7c6639 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Wed, 26 Oct 2022 14:35:04 -0400 Subject: [PATCH] DOC: add pip install -e . to contributing.rst (#2617) --- doc/source/community/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/community/contributing.rst b/doc/source/community/contributing.rst index 5af9712..a17e279 100644 --- a/doc/source/community/contributing.rst +++ b/doc/source/community/contributing.rst @@ -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