Getting Started

This Getting Started guide is intended to assist the user with installing the library.

Install the package

The latest version of salp can be installed from PyPI using pip.

$ python3 -m pip install salp

Import the salp package in Python.

In [1]: import salp

In [2]: salp.__version__
Out[2]: '0.0.2.dev2+gd5103d2'

See Basic Usage for some examples.