Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Installation

Patrick Fuller edited this page May 15, 2015 · 2 revisions

If you use package managers, you can install RASPA2 with:

pip install RASPA2

If you're unfamiliar with pip or package managers, read through the For New Coders section.

Once installed, you have two command line tools: simulate and raspa-dir. Type simulate --help for more.

You can also import RASPA2 into a Python script with import RASPA2. This simplifies job management and parallelization, especially at large scales.

Clone this wiki locally