Installation

There are two main ways to install saltant-py: installing with pip and installing with source.

With pip

saltant is available as a PyPI package at pypi.org/project/saltant-py. To install this package with pip, simply run

$ pip install saltant-py

From source

To install from source, first clone the saltant-py repository with

$ git clone https://github.com/saltant-org/saltant-py.git

Move into saltant-py directory

$ cd saltant-py

and then install with

$ python setup.py install

where python must be in versions 2.7 or 3.5+.