Reworded the pip instructions

This commit is contained in:
Phillip Berndt 2016-11-30 22:17:28 +01:00 committed by GitHub
parent 47b2764a9f
commit 95fcdad8c1
1 changed files with 4 additions and 4 deletions

View File

@ -70,10 +70,10 @@ list of what exactly will be installed.
We appreciate packaging scripts for other distributions, please file a pull
request if you write one.
On any distribution with `pip` installed you can install it with:
```
sudo pip install -e git+http://github.com/phillipberndt/autorandr#egg=autorandr
```
If you prefer `pip` over your package manager, you can install autorandr with:
sudo pip install "git+http://github.com/phillipberndt/autorandr#egg=autorandr"
## How to use