Add install instructions
This commit is contained in:
19
README.md
19
README.md
@@ -1,2 +1,21 @@
|
|||||||
# led-bar
|
# 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```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user