Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 189 Bytes

File metadata and controls

10 lines (5 loc) · 189 Bytes

to enter virtual environment:

./.venv/Scripts/activate

Then (.venv) should appear in your terminal

From there run pip install -e .

then to run the app run streamlit run ./app/index.py