SolarEnergy/python_device/README.md
2024-09-04 20:17:11 +02:00

18 lines
160 B
Markdown

# Python client
Dependencies:
```bash
apt install python3-jwt
```
Reformat code:
```bash
black src/*.py
```
Run the client:
```bash
python3 -m src.main
```