Skip to content

Commit

Permalink
Removed sudo from Windows upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cpbotha committed Oct 2, 2012
1 parent 2b8ed74 commit 9703ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ For curious users: The magic invocation in step 4 automatically downloads and in

To upgrade an existing installation of nvpy, do the following::

sudo pip uninstall nvpy
sudo pip install --upgrade --ignore-installed --no-deps nvpy
pip uninstall nvpy
pip install --upgrade --ignore-installed --no-deps nvpy


Ubuntu / Mint / Debian step-by-step #1
Expand Down

0 comments on commit 9703ff1

Please sign in to comment.