Skip to content

Local Setup

Saumya Bhatt edited this page Mar 8, 2024 · 1 revision

We will be using pipenv to manage our dependencies. So make sure to install that first.

pipenv install
pipenv shell
streamlit run app.py

Clone this wiki locally