1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Prefer user wide installation without root permissions

Nils K 2021-07-01 16:35:51 +02:00
parent 3fb7b7c196
commit 5435082f2a

@ -8,7 +8,7 @@ You need to install requirements:
And then install `thefuck` with `pip`:
```bash
sudo -H pip install thefuck
pip install --user thefuck
```
# OS X