##// END OF EJS Templates
fix minor typo in README.rst
Thomas Hisch -
Show More
@@ -94,7 +94,7 b' As well as the following Pull-Request for discussion:'
94
94
95 This error does also occur if you are invoking ``setup.py`` directly – which you
95 This error does also occur if you are invoking ``setup.py`` directly – which you
96 should not – or are using ``easy_install`` If this is the case, use ``pip
96 should not – or are using ``easy_install`` If this is the case, use ``pip
97 isntall .`` (instead of ``setup.py install`` , and ``pip install -e .`` instead
97 install .`` (instead of ``setup.py install`` , and ``pip install -e .`` instead
98 of ``setup.py develop`` If you are depending on IPython as a dependency you may
98 of ``setup.py develop`` If you are depending on IPython as a dependency you may
99 also want to have a conditional dependency on IPython depending on the Python
99 also want to have a conditional dependency on IPython depending on the Python
100 version::
100 version::
General Comments 0
You need to be logged in to leave comments. Login now