Skip to content

Commit

Permalink
Change Linux pip install
Browse files Browse the repository at this point in the history
Update Linux pip install section to use `--user` instead of `sudo` per industry recommendations.
https://developers.redhat.com/blog/2018/08/13/install-python3-rhel/
https://dev.to/elabftw/stop-using-sudo-pip-install-52mn
  • Loading branch information
eRaid6 authored Dec 19, 2019
1 parent f654144 commit df7ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can install garmin-uploader as any othe package availale on PyPi with pip:

On Linux
```
sudo pip install garmin-uploader
pip install garmin-uploader --user
```

On Windows
Expand Down

0 comments on commit df7ff42

Please sign in to comment.