Make sure you have python installed. Preferably Python3.8 and greater
fork the repository add it to your git repository, clone the repo
python -m venv venv or venv venv -p python3
.venv\\scripts\\activate or source .venv\\scripts\\activateTo Install a new package
pip install -r requirements.txtflask runPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
git clone https://github.com/<YourUserName>/<projectname>
cd project name
git checkout -b <your-new-branch-name>
pip freeze > requirements.txt
git add file
git commit -m "<message here>"
git push origin <your-new-branch-name>