Skip to content

SnapDragonfly/radxa_gs_webUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 49.6%
  • Python 31.5%
  • CSS 14.1%
  • Shell 4.8%