Skip to content
Benjamin Hugo edited this page Aug 15, 2019 · 17 revisions

Requires

Step 1: Install stimela

For the latest release

$ pip install stimela

or, the development version (not recommended)


$ pip install --user git+git://github.com/sphemakh/Stimela

or (virtual environment; recommended)

$ mkdir stimela_venv
$ cd stimela_venv
$ virtualenv stimela
$ cd stimela
$ source bin/activate
$ pip install stimela

Step 2: Pull base images

$ stimela pull -d

Step 3: Build executor images

$ stimela build
Clone this wiki locally