1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +00:00

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
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.**