Skip to content

Commit

Permalink
Fixes slightly misleading install instructions
Browse files Browse the repository at this point in the history
Less experienced conda users may get confused with the `sudo` instruction.
  • Loading branch information
luizfelippesr committed Oct 19, 2020
1 parent 273cf50 commit 1879836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Installation

To install, one can simply run the command::

sudo -P python setup.py install
pip install .

or without root privileges::
if you are (both) not using conda and do not have root privileges, the following may help::

python setup.py install --user

Expand Down

0 comments on commit 1879836

Please sign in to comment.