Option 1: Install from PyPI.
pip install diffsyncOption 2: Manually install via Poetry.
git clone https://github.com/networktocode/diffsync.git
cd diffsync
curl -sSL https://install.python-poetry.org | python3 -
poetry installOption 3: Install from a GitHub branch, such as develop as shown below.
pip install git+https://github.com/networktocode/diffsync.git@develop