Installation

Follow the next steps for installing the simulation on your device.

Requirements:

  • Ubuntu

  • Python 3.10.0 or higher

Install from pip

The Fast Marching Square is available as a PyPi package!

pip install fast-marching-square

Install from source

Firstly, clone the repository in your system.

git clone https://github.com/vistormu/fast_marching_square.git

Finally, enter the directory and install the required dependencies

cd fast_marching_square
pip install -r requirements.txt