Getting Started
Install Package
Note
DESPASITO is not yet available in conda-forge, but it is available with pip.
- Prerequisites:
Option 1: Install from pip: pip install despasito
Option 2: Install locally with pip.
Step 1: Install the prerequisites listed above.
Step 2: Download the master branch from our github page as a zip file, or clone it with git via
git clone https://github.com/Santiso-Group/despasitoto your working directory.Step 3: Install with
pip install despasito/., or change directories and runpip install -e ..
NOTE If pip: is unavailable, follow the instructions outlined here: for installation.