About Python Discord's Code Jam 8
Requires Python 3.8 or higher
pip install --user poetry
git clone https://github.com/imsofi/codejam-grand-geckos
cd codejam-grand-geckos
poetry install
poetry run pre-commit install
Using poetry run:
poetry run task main
If you are in a poetry shell
:
python3 -m grand_geckos
Its reccomended to run it trough the linters manually:
With poetry:
poetry run task lint
Or run it trough poetry shell
:
pre-commit run --all-files