summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/dev/development_environment.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst
index baf8972cd..f3f24aab7 100644
--- a/doc/source/dev/development_environment.rst
+++ b/doc/source/dev/development_environment.rst
@@ -62,10 +62,9 @@ test and use your changes (in ``.py`` files), by simply restarting the
interpreter.
Note that another way to do an inplace build visible outside the repo base dir
-is with ``python setup.py develop``. The difference is that this instead of
-adjusting ``PYTHONPATH``, this installs a ``.egg-link`` file into your
-site-packages as well as adjusts ``easy-install.pth`` there, so its a more
-permanent (and magical) operation.
+is with ``python setup.py develop``. Instead of adjusting ``PYTHONPATH``, this
+installs a ``.egg-link`` file into your site-packages as well as adjusts the
+``easy-install.pth`` there, so its a more permanent (and magical) operation.
Other build options