Skip to main content

Installing Infrahub sync

Infrahub Sync is available on PyPI and can be installed using the pip package installer. It is recommended to install the Sync into a virtual environment.

python3 -m venv .venv
source .venv/bin/activate
pip install infrahub-sync