Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 584 Bytes

README.MD

File metadata and controls

21 lines (16 loc) · 584 Bytes

Prerequisites

Essentials

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.

Creating virtual environment (optional by highly recommended)

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

Installing python libraries

Run pip3 install -r requirements.txt to install python libraries, used in this project.

#TODO Usage