patch README

This commit is contained in:
Tomasz Frątczak 2023-11-14 23:52:03 +01:00
parent 6ba5cc6815
commit ebeacd72ae
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ source .venv/bin/activate
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
export FLASK_ADDRESS='<headwind bluetooth address>'
export FLASK_URL='<address and port to bind'
python3 main.py
```