Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 477 Bytes

install.rst

File metadata and controls

24 lines (15 loc) · 477 Bytes

Installation

If you want to draw the architectures of the networks encoded by genomes, you will need to install Graphviz:

sudo apt update
sudo apt install graphviz graphviz-dev

The remaining dependencies (listed in the requirements file) can then be installed using pip:

pip install -r requirements.txt

Finally, PyNEAT can be install via:

python setup.py install