Skip to content

fudavd/EvoRob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MICRO-515 EvoRob exercises

Requirements:

  • Python >= 3.8

To install the required pip packages

python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt

To check if your installation was successful run the following command:

source .venv/bin/activate
python TestScript.py

Each exercise is provided in a separate git branch. To start an exercise, checkout to the corresponding branch exercise* For example for the first exercise branch use:

git checkout exercise0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages