Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 415 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 415 Bytes

Evolutionary Computing Toolbox

Setup

This project is based on python and uses pipenv to manage the virtual environment. If you do not have pipenv yet, you can install it with pip install --user pipenv.

To create the virtual environment or to update dependencies, execute pipenv install. In order to activate the virtual environment, execute pipenv shell.