Add install instructions

This commit is contained in:
2025-02-06 22:28:22 +13:00
parent ec8aa5317e
commit 822bbc40e6

View File

@@ -1,2 +1,21 @@
# led-bar
## Install Pipenv
https://pipenv.pypa.io/en/latest/installation.html
## Download dependencies
```pipenv sync ```
## Upload libraries and src
```pipenv run ./dev.py <PORT> lib src```
## Upload src, reset and follow
```pipenv run ./dev.py <PORT> src reset follow```