Add install instructions
This commit is contained in:
parent
ec8aa5317e
commit
822bbc40e6
19
README.md
19
README.md
|
@ -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```
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue