For detailed information on the CLI's usage, please refer to the relevant section in the documentation.
- Python
3.12.*
(hint: pyenv) - Poetry (
pip install poetry
)
poetry install
poetry shell
- Option 1:
poetry run syntho-cli --help
- Option 2:
poetry shell
&&syntho-cli --help
poetry build
-> this will create wheels under ./distpip install ./dist/cli-<VERSION>.tar.gz