Setting up developer environment

autodoc_pydantic uses poetry for environment and package management.

Cloning repository

git clone https://github.com/mansenfranzen/autodoc_pydantic.git
cd autodoc_pydantic

Creating environment

poetry install

Running & writing tests

poetry run pytest

Building & writing docs

poetry shell
cd docs
make clean && make html