From d02e73a61e94d24611cdf6bbf68736e860abed8a 2018-10-09 16:37:44 From: Christopher Moura Date: 2018-10-09 16:37:44 Subject: [PATCH] Update README.rst Fixed a minor typo. --- diff --git a/README.rst b/README.rst index eb21641..0ce6166 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ As well as the following Pull-Request for discussion: This error does also occur if you are invoking ``setup.py`` directly – which you should not – or are using ``easy_install`` If this is the case, use ``pip -install .`` (instead of ``setup.py install`` , and ``pip install -e .`` instead +install .`` instead of ``setup.py install`` , and ``pip install -e .`` instead of ``setup.py develop`` If you are depending on IPython as a dependency you may also want to have a conditional dependency on IPython depending on the Python version::