Installation

Stable release

To install Ensemble Truck Platooning, run this command in your terminal:

$ pip install -e .

This is the preferred method to install Ensemble Truck Platooning, 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 Ensemble Truck Platooning can be downloaded from the Gitlab repo.

You can either clone the public repository:

$ git clone git@ci.tno.nl:paco.hamers-tno/ensemble_drivermodel.git

Or download the tarball:

$ curl -OJL https://ci.tno.nl/gitlab/paco.hamers-tno/ensemble_drivermodel/-/archive/master/ensemble_drivermodel-master.tar.gz

Once you have a copy of the source, you can install it with:

$ pip install -e .

You can run as well

$ make develop