From 273703b8a2bcbc917b2ab8f0d057d87877b0c1bb 2014-04-14 14:21:16 From: Ezequiel (Zac) Panepucci Date: 2014-04-14 14:21:16 Subject: [PATCH] update install instructions to use --user for pip --- diff --git a/README.rst b/README.rst index 9ac3076..d884e6a 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ dependencies quickly:: $ git clone --recursive https://github.com/ipython/ipython.git $ cd ipython - $ pip install -e ".[notebook]" + $ pip install -e ".[notebook]" --user This installs the necessary packages and symlinks IPython into your current environment so that you can work on your local repo copy and run it from anywhere::