Installation

Cyclopts requires Python >=3.9 and can be installed from PyPI via:

python -m pip install cyclopts

To install directly from github, you can run:

python -m pip install git+https://github.com/BrianPugh/cyclopts.git

For Cyclopts development, its recommended to use Poetry:

git clone https://github.com/BrianPugh/cyclopts.git
cd cyclopts
poetry install