fix click install
currently: ``` sudo apt-get install python3-pip click Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package click ```
This commit is contained in:
parent
2e3f8e6dc3
commit
63377adde5
1 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,8 @@ We are in the process of converting our Shell Scripts to Python. Instructions fo
|
|||
To install the dependencies for the python scripts, run the following commands:
|
||||
|
||||
```bash
|
||||
sudo apt-get install python3-pip click
|
||||
sudo apt-get install python3-pip
|
||||
sudo pip3 install --upgrade click
|
||||
sudo pip3 install --upgrade setuptools
|
||||
sudo pip3 install --upgrade adafruit-python-shell
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue