Usage

Environment

We suggest using perturbopy inside a Python virtual environment created with venv or anaconda. We will call this environment perturbopy.

Here is an example to create and activate this environment with anaconda:

$ conda create -n perturbopy python=3.10
$ conda activate perturbopy
(perturbopy) $ python --version
Python 3.10.0

Installation

To use perturbopy, first clone it from the GitHub repository:

(perturbopy) $ git clone https://github.com/perturbo-code/perturbopy.git

Then, navigate to the perturbopy folder and install it with pip:

(perturbopy) $ pip install .