A Cellular Automata simulation model for forest-fire propagation based on the Alexandridis model.
- Python v3.11.3
- Pip v23.1.2
After you fork it while in the ca-sim-model project folder run
pip install -r requirements.txt
In the terminal while in the ca-sim-model folder run:
python -m src.main
Note: Make sure your global python version is 3.11. You can switch easily between python versions with a version manager like pyenv.