1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 04:21:14 +00:00

#220: Use pip3 install --user in readme

This commit is contained in:
Vladimir Iakovlev 2017-03-13 14:01:38 +01:00
parent 73b884df5f
commit e101f1fcc9

View File

@ -106,13 +106,13 @@ On Ubuntu you can install `The Fuck` with:
```bash
sudo apt update
sudo apt install python3-dev python3-pip
sudo -H pip3 install thefuck
pip3 install --user thefuck
```
On other systems you can install `The Fuck` with `pip`:
```bash
sudo -H pip install thefuck
pip install --user thefuck
```
[Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation)