[esp] Add ESP examples.
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# python
|
||||
|
||||
This directory contains a collection of Python scripts or CLI tools that I've made.
|
||||
Each of these projects provide a `requirements.txt` that can be used to
|
||||
Each of these projects provide a `requirements.txt` that can be used to
|
||||
install the required Python packages and dependencies.
|
||||
|
||||
To install Python 3.9 and `pip`
|
||||
|
||||
```bash
|
||||
sudo apt install python3.9 python3-pip
|
||||
sudo apt install python3.9 python3-pip
|
||||
python3.9 -m pip install -U pip
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user