Merge branch 'master' of github.com:banga/powerline-shell

This commit is contained in:
Buck Ryan 2017-09-30 18:04:37 -04:00
commit 20ed5e8b7d

View file

@ -73,7 +73,14 @@ setting your $TERM to `xterm-256color`, because that works for me.
- Install using pip:
```
pip install powerline-shell
pip install --user powerline-shell
```
PS: If you want to install powerline-shell for all users simply omit the `--user` flag
- Install using the git version:
```
python setup.py install --user
```
- Setup your shell prompt using the instructions for your shell below.