Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 415 Bytes

File metadata and controls

22 lines (16 loc) · 415 Bytes

Installation

Option 1: Install from PyPI.

pip install jdiff

Option 2: Manually install via Poetry.

git clone https://github.com/networktocode/jdiff.git
cd jdiff
curl -sSL https://install.python-poetry.org | python3 -
poetry install

Option 3: Install from a GitHub branch, such as develop as shown below.

pip install git+https://github.com/networktocode/jdiff.git@develop