Installation#

Using pip#

The easiest way to install PPI Origami is to use pip to retrieve the PPI Origami release from PyPI.

pip install intrepppid

From Source#

You can install INTREPPPID from source as follows:

Step 1. Clone INTREPPPID from GitHub

$ git clone https://github.com/jszym/intrepppid
$ cd intreppid

Step 2. Create a Virtual Environment and install the requirements. INTREPPPID is tested on Python 3.10 and CUDA 11.10.

$ python -m virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Step 3. Run INTREPPPID

$ python -m intreppid --help

NAME
    __main__.py - The INTREPPPID CLI

SYNOPSIS
    __main__.py COMMAND

DESCRIPTION
    The INTREPPPID CLI

COMMANDS
    COMMAND is one of the following:

     train