Skip to content

Installation

Vanessa Sochat edited this page May 19, 2018 · 4 revisions

Installation (current)

We recommend install with pip (Python 3 and up) or a Singularity container, both described here.

pip install singularity

Installation (dev)

pip install git+git://github.com/singularityware/singularity-python.git

Recommended Install

We provide a Singularity container that serves the software.

git clone https://www.github.com/singularityware/singularity-python
cd singularity-python
sudo singularity build singularity-python Singularity.container
Clone this wiki locally