##// END OF EJS Templates
update install instructions to use --user for pip
Ezequiel (Zac) Panepucci -
Show More
@@ -41,7 +41,7 b' dependencies quickly::'
41
41
42 $ git clone --recursive https://github.com/ipython/ipython.git
42 $ git clone --recursive https://github.com/ipython/ipython.git
43 $ cd ipython
43 $ cd ipython
44 $ pip install -e ".[notebook]"
44 $ pip install -e ".[notebook]" --user
45
45
46 This installs the necessary packages and symlinks IPython into your current
46 This installs the necessary packages and symlinks IPython into your current
47 environment so that you can work on your local repo copy and run it from anywhere::
47 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