README: Use pip3 in upgrade command (#756)

Fixes https://github.com/nvbn/thefuck/issues/615
This commit is contained in:
Joseph Frazier
2018-01-02 10:14:11 -05:00
committed by GitHub
parent 0640509895
commit 897572d278
+1 -1
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.**