| Service | main | dev |
|---|---|---|
| CI Status |
- copy .env.demo to .env
- change values as needed in .env
-
clone the Repository
-
create a new folder for managing virtual environments and create a new virtual environment using 'venv' as
python -m venv upasthiti-env -
activate virtual environment as
# for linux use source <location-to-virtual-environment>/upasthiti/bin/activate # for windows use <location-to-virtual-environment>/upasthiti/Scripts/activate
-
cd into the cloned repo
-
run
poetry installto install all needed deps