Local installation ================================== To run tests, you need to install the tool in your system without docker. As first step ensure you have the following dependencies: - python_ > 3.6 - pip_ > 20.0.2 - gcc_ - g++_ After downloading the repository and installing dependencies check, install with pip: .. code-block:: bash $ pip install -e . .. _python: https://www.python.org .. _pip: https://pypi.org .. _gcc: https://gcc.gnu.org .. _g++: