Installation

From PyPI

To install Experta, run this command in your terminal:

$ pip install experta

Getting the source code

Experta is developed on Github.

You can clone the repository using the git command:

$ git clone https://github.com/nilp0inter/experta.git

Or you can download the releases in .zip or .tar.gz format.

Once you have a copy of the source, you can install it running this command:

$ python setup.py install