/feup-asma-proj2

🐜 The second assignment for the Agents and Multi-Agent Systems course at FEUP

Primary LanguageJupyter Notebook

Ants

This is being built with poetry.

Install

Poetry, by default, installs the Python environment in a cache folder somewhere where it will be lost, occupying space on your disk. I recommend running

$ poetry config virtualenvs.in-project true  

so that the Python environment is installed in the same folder as the project, in a folder called .venv.

# to install the dependencies
$ poetry install

Run

$ poetry run start