Setup guide - martinliivak/Algorithmich-Pathfinding-Visualization GitHub Wiki
There are multiple ways to set up the project.
Dependencies:
- Python 3
- numpy
- tkinter (part of Python main distribution)
- PIL (Python Imaging Library) (alternative Pillow)
Setup
With Anaconda
This distribution already contains the required packages.
Windows with simple Python installation
Requires:
%PYTHON_HOME%\Scripts\easy_install.py pip
Install numpy
python -m pip install --user numpy
Install pillow
python -m pip install --user Pillow
Running the project
Run src/main.py to use the interface.