Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 521 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 521 Bytes

Untitled Evolutionary Computation

Setup

Windows

Have administrative privileges and run from cmd

python -m venv --clear --prompt utec venv
venv\Scripts\activate.bat
pip install --upgrade pip setuptools wheel
pip install --editable .

Bash

python3.10 -m venv --clear --prompt utec venv
. venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install --editable .

Formatter

format # just type this

Unit Tests

python -m unittest # May need python3