From 20dfa6beef8436667ab4a15e85bc7b10df58d3b7 2017-04-11 23:57:02 From: Thomas Hisch Date: 2017-04-11 23:57:02 Subject: [PATCH] fix minor typo in README.rst --- diff --git a/README.rst b/README.rst index 8e031a0..aeeeb9a 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,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 -isntall .`` (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::