Skip to content

Install

Installation from pypi:

pip install pydantify

pydantify needs Python 3.10 or above.

Installing from git

pip install git+https://github.com/pydantify/pydantify.git

pydantify can also be installed in editable mode.

git clone https://github.com/pydantify/pydantify.git
pip install -e pydantify

Create docker image

git clone https://github.com/pydantify/pydantify.git
cd pydantify
docker build -t pydantify .
docker run --rm -it pydantify