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