-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
Benjamin Hugo edited this page Aug 15, 2019
·
17 revisions
- Python
- Docker
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
$ stimela pull -d
$ stimela build