Reworded the pip instructions
This commit is contained in:
parent
47b2764a9f
commit
95fcdad8c1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue