Installation

Prerequisites

Python-3.6+ is required and Python-3.7 recommended. It requires numpy/scipy and pandas libraries with native backends.

Tip

On Windows, it is preferable to use the Anaconda distribution. To avoid possible incompatibilities with other projects

Download

Download the sources,

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

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

Install

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

  • for standard python, installing with pip is enough (but might):

    pip install -e .[path_to_gearshift_calculation_tool_folder]