776 B
776 B
Contributing
First off, thanks! You can contribute to the repo via the following steps.
- Fork this repository and clone your fork into a local machine.
- Install poetry with:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - --version 1.1.13 - Open a terminal in the cloned folder and create a virtual environment using:
poetry shelland install dependencies withpoetry install - You can put the environment variable in a local
.envfile - Test the program
python -m unittest discover - Finally run the program with
python -m main