1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-19 17:18:42 +00:00

README: Use pip3 in upgrade command

Fixes https://github.com/nvbn/thefuck/issues/615
This commit is contained in:
Joseph Frazier 2018-01-01 19:50:56 -05:00 committed by GitHub
parent 57fb6e079a
commit 414729c592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ fuck -r
## Update ## Update
```bash ```bash
pip install thefuck --upgrade pip3 install thefuck --upgrade
``` ```
**Aliases changed in 1.34.** **Aliases changed in 1.34.**