-
Clone the repo
-
Install the packages
pip install -r requirements.txt
-
Get the gsheet credentials:
gsheet-credentials.json
Recomended but not mandatory: create a virtual env.
python -m venv venv
venv\Scripts\activateThis is particullary helpfull as we will deploy this on a server (sometimes we may use a package is installed globally, but it's not in the requirements.txtfile).
Locally
streamlit run app.py