Installation

Stable release

To install Chariot Privacy Engine, run this command in your terminal:

$ pip install chariot_base

This is the preferred method to install Chariot Base, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Chariot Privacy Engine can be downloaded from the Gitlab repo.

You can either clone the public repository:

$ git clone git@gitlab.com:chariot-h2020/chariot_base.git

Or download the tarball:

$ curl  -OL https://gitlab.com/chariot-h2020/chariot_base/-/archive/master/chariot_base-master.zip

Then install requirements for a Debian like system, with the following command:

$ sudo apt-get install python-dev libgmp3-dev

Once you have a copy of the source and requirement are installed, you can install it with:

$ python setup.py install