data_read #1

Merged
accidentallycompetent merged 7 commits from data_read into main 2023-11-14 22:53:03 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ebeacd72ae - Show all commits

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