/ottogi

Primary LanguagePython

OTTOGI STREAMLIT

SET UP VENV

Windows

  1. set up venv
python -m venv venv
  1. venv activate
venv\Scripts\activate
  1. install dependencies
pip install -r requirements.txt

Ubuntu

  1. set up venv
python3 -m venv venv
  1. venv activate
source venv/bin/activate
  1. install dependencies
pip3 install -r requirements.txt

RUN

streamlit run Home.py