How to get Jasmin

Jasmin is available open-source under the Apache 2.0 license. It requires Python version 2.7 or higher and a bunch of other dependencies. There are several ways you can get it (below), it is recommended that you read the installation guide before:

 

Option 1. Get it through pypi

You can install it with pip:

sudo pip install –pre jasmin

Option 2. Get it from github

The latest version is the one that’s in the Git repository. Get it using this shell command, which requires Git:

git clone https://github.com/jookies/jasmin.git

You can also download it as a zipped archive.

After downloading, install it:

sudo python setup.py install

 

Recommendation

See the installation guide for further instructions, and be sure to join the jasmin-groups for questions and support.