-
If you don't already have Python 3 installed on your computer, you should install it as described here.
-
In a terminal, clone this repository in a directory of your choice.
$ git clone https://github.com/tatemunnich/pathfinding.git
-
In the terminal, change to the directory you just cloned and run main.py using Python 3.
$ cd pathfinding $ python3 main.py