patch README
This commit is contained in:
parent
6ba5cc6815
commit
ebeacd72ae
|
@ -15,6 +15,7 @@ source .venv/bin/activate
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
export FLASK_ADDRESS='<headwind bluetooth address>'
|
export FLASK_ADDRESS='<headwind bluetooth address>'
|
||||||
|
export FLASK_URL='<address and port to bind'
|
||||||
python3 main.py
|
python3 main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue