Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 361 Bytes

File metadata and controls

17 lines (15 loc) · 361 Bytes

radxa_gs_webUI

Development

Setting up the environment

# create a virtual environment
python3 -m venv .venv
# activate the virtual environment (confirm with `which python3` after running)
source .venv/bin/activate
# install the required pip modules
python3 -m pip install -r requirements.txt

Starting the app

python3 app.py