- Clone the repository
- cd into the repository
- Create a virtual environment with
python3 -m venv .venv - Activate the virtual environment with
source .venv/bin/activate - Run
pip install -r requirements.txt
- Activate the virtual environment with
source .venv/bin/activate(if not already activated) - Run
streamlit run app.py