JOJ3-config-generator/README.md

295 B

JOJ3-config-generator

Getting Started

Setup venv (Optional)

python3 -m venv env # you only need to do that once
# each time when you need this venv, if on Linux / macOS use
source env/bin/activate

For developers

pip3 install ".[dev]"
pre-commit install