Installation#
Using pip
#
The easiest way to install PPI Origami is to use pip to retrieve the PPI Origami release from PyPI.
pip install ppi-origami
Cloning the repository#
You can install PPI Origami by cloning the git repository, and using poetry to install and run the programme.
git clone https://github.com/Emad-COMBINE-lab/ppi_origami
cd ppi_origami
poetry install
poetry run ppi_origami --help