Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 503 Bytes

File metadata and controls

17 lines (12 loc) · 503 Bytes

ca-sim-model

A Cellular Automata simulation model for forest-fire propagation based on the Alexandridis model.

Dependencies

  • Python v3.11.3
  • Pip v23.1.2

Installing

After you fork it while in the ca-sim-model project folder run pip install -r requirements.txt

Running

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.