##// END OF EJS Templates
Quote notebook install...
Kevin Burke -
Show More
@@ -38,7 +38,7 b' If you want to hack on certain parts, e.g. the IPython notebook, in a clean'
38 environment (such as a virtualenv) you can use ``pip`` to grab the necessary
38 environment (such as a virtualenv) you can use ``pip`` to grab the necessary
39 dependencies quickly::
39 dependencies quickly::
40
40
41 $ pip install -e .[notebook]
41 $ pip install -e ".[notebook]"
42
42
43 This installs the necessary packages and symlinks IPython into your current
43 This installs the necessary packages and symlinks IPython into your current
44 environment so that you can work on your local repo copy and run it from anywhere::
44 environment so that you can work on your local repo copy and run it from anywhere::
General Comments 0
You need to be logged in to leave comments. Login now