Installation¶
Manually¶
The easiest way to get started is through pip:
1 | |
This will install the latest supported pydantic and ruamel.yaml as well,
unless you already have a compatible version.
Development Installation¶
For development, you can install in editable mode with dependencies:
1 2 3 | |
Or, better yet, you can use the provided conda environment for development.