Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed May 27, 2020
1 parent 44a4941 commit 648270c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Users are encouraged to download official releases from PyPi using `pip`.

If you have root access and wish to install into your system Python directory, use the following command:
```
$ sudo pip install deriva-py
$ sudo pip install deriva
```
Otherwise, it is recommended that you install into your user directory using the following command:
```
$ pip install --user deriva-py
$ pip install --user deriva
```

#### Installation via Github
Expand Down

0 comments on commit 648270c

Please sign in to comment.