Installation

To install CO2MPAS use (with root privileges):

$ pip install co2mpas

Or download the latest git version and use (with root privileges):

$ python setup.py install

Install extras

Some additional functionality is enabled installing the following extras:

  • cli: enables the command line interface.

  • sync: enables the time series synchronization tool (i.e., syncing previously named datasync).

  • gui: enables the graphical user interface.

  • plot: enables to plot the CO2MPAS model and the workflow of each run.

  • io: enables to read/write excel files.

  • driver: enables the driver model (currently is not available).

To install co2mpas and all extras, do:

$ pip install 'co2mpas[all]'