mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
Update README.md
sudo apt-get install python-pip
This commit is contained in:
parent
f5a7c30dc4
commit
500a205c38
@ -75,7 +75,7 @@ In case you got an error such as:
|
|||||||
You're probably using python < 2.7 and you need to manually install the argparse module.
|
You're probably using python < 2.7 and you need to manually install the argparse module.
|
||||||
You can do this easily with pip:
|
You can do this easily with pip:
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get python-pip
|
sudo apt-get install python-pip
|
||||||
sudo pip install argparse
|
sudo pip install argparse
|
||||||
```
|
```
|
||||||
Other methods: https://pypi.python.org/pypi/argparse
|
Other methods: https://pypi.python.org/pypi/argparse
|
||||||
|
Loading…
Reference in New Issue
Block a user