|
# 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```
|
|
|
|
|
|
|
|
|