- Create an environment using
python -m venv .venv(I've used python 3.9) - Activate the environment in terminal. i.e:
source ./.venv/bin/activate - Install all the necessary pacakages using
pip install -r requirements.txt - Copy
env.exampleto.envand set proper values - Collect a mongodb certificate/permission and copy it to
db_ops/mongo_db_cert.pem - Run the project using
python main.py
m-s-abeer/pslbash
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|