.. _sec_installation:

############
Installation
############

To install ``arginfer`` simply run::

    $ pip install -i https://test.pypi.org/simple/ arginfer

or::

    $ python3 -m pip install arginfer --user

Python 3.6, or a more recent version, is required. The software has been tested
on MacOSX.

Once installed, ``arginfer``'s :ref:`Command Line Interface (CLI) <sec_cli>` can be accessed via:
::

    $ python3 -m arginfer

or ::

    $ arginfer

Alternatively, the :ref:`Python API <sec_python_api>` allows more  control
of the inference process.

