Python 3.6
or higher with pip
These should be installed on most systems, if not, detailed guides depending on operating system can be found in the Internets.
From project folder run
python3 -m venv .env-robot-evolution
to create a virtual environment.
To active the environment, run:
source .env-robot-evolution/bin/activate
Run
pip3 install -r requirements.txt
to install python libraries, used in this project.
#TODO Usage