SolarEnergy/python_device/README.md

18 lines
160 B
Markdown
Raw Permalink Normal View History

2024-06-29 16:05:58 +00:00
# Python client
2024-09-04 18:17:11 +00:00
Dependencies:
```bash
apt install python3-jwt
```
2024-07-01 19:10:45 +00:00
Reformat code:
```bash
black src/*.py
```
2024-06-29 16:05:58 +00:00
Run the client:
```bash
python3 -m src.main
```