Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 554 Bytes

File metadata and controls

34 lines (21 loc) · 554 Bytes

Coding Hubs 2025.

Instalation

  1. Clone the repo

  2. Install the packages

    pip install -r requirements.txt
  3. Get the gsheet credentials: gsheet-credentials.json

Recomended but not mandatory: create a virtual env.

python -m venv venv
venv\Scripts\activate

This 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).

Running the thing

Locally

streamlit run app.py