mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
remove --user as recommended install method
This commit is contained in:
parent
2bc9944f17
commit
d90ea14e40
14
README.md
14
README.md
|
|
@ -73,14 +73,20 @@ setting your $TERM to `xterm-256color`, because that works for me.
|
|||
- Install using pip:
|
||||
|
||||
```
|
||||
pip install --user powerline-shell
|
||||
pip install powerline-shell
|
||||
```
|
||||
|
||||
PS: If you want to install powerline-shell for all users simply omit the `--user` flag
|
||||
(*You can use the
|
||||
[`--user`](https://pip.pypa.io/en/stable/user_guide/#user-installs) option to
|
||||
install for just your user, if you'd like. But you may need to fiddle with your
|
||||
`PATH` to get this working properly.*)
|
||||
|
||||
- Or, install from the git repository:
|
||||
|
||||
- Install using the git version:
|
||||
```
|
||||
python setup.py install --user
|
||||
git clone https://github.com/banga/powerline-shell
|
||||
cd powerline-shell
|
||||
python setup.py install
|
||||
```
|
||||
|
||||
- Setup your shell prompt using the instructions for your shell below.
|
||||
|
|
|
|||
Loading…
Reference in a new issue