Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 441 Bytes

ant-colony

An ant colony simulation written in python.

How do I get started?

The first thing you need to do is install necessary python libraries.

Install python virtualenv

sudo apt-get install python-virtualenv

Run init_venv.sh

./init_venv.sh

This will create a virtual environment in the current directory and install all necessary python libraries.

Run the simulation

python ./main.py