Installation

Prerequisites

Python-3.6+ is required and Python-3.7+ recommended.

Tip

On Windows, it is preferable to use the Anaconda distribution. To avoid possible incompatibilities with other projects, it is recommended to install the package in a dedicated environment.

Download

Download the sources,

  • either with git, by giving this command to the terminal:

    git clone https://github.com/JRCSTU/co2mpas_driver --depth=1
    

Install

From within the project directory, run one of these commands to install it:

  • for standard python, installing with pip is enough:

    pip install -e .[path_to_co2mpas_driver]
    

or from @master branch:

pip install git+https://github.com/JRCSTU/co2mpas_driver.git@master

Uninstall

To uninstall the package, run the following command from the project directory:

pip uninstall co2mpas_driver