AadrianLeo/ChargeHub-Berlin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# ------------------------------- # Installation: # install Python 3.10+ on your system, restart system # Example here: Windows 11 # ------------------------------- # Installation: c: cd C:\(...)\src python -m venv .venv .venv\Scripts\activate.bat pip install -r requirements.txt pip install spyder cd C:\(...)\src # ------------------------------- # Launch: c: cd C:\(...)\src .venv\Scripts\activate.bat spyder # jupyter-notebook # ------------------------------- # Start Streamlit App: streamlit run main.py