Trodes config generator
- Documentation: https://trode-config-generator.readthedocs.io
Install the latest version from PyPI:
pip install trode_config_generator
After cloning the repository, you can easily install the development environment and tools (black, pylint, mypy, pytest, tox) with:
git clone https://github.com/zoldello/trode_config_generator.git
cd trode_config_generator
pip install -e .[dev]
And run the checks & tests with tox:
tox
The documentation is built with sphinx:
cd docs
# Windows
.\make.bat clean
.\make.bat html
# Linux
make clean html