Ecosystem Simulation is an interactive repository that allows users to simulate and explore the dynamics of ecological systems.
- Python 3.8 or higher
- PIP (Pip installs packages)
- Clone the repo and cd into it
git clone https://www.github.com/ffekirnew/ecosystem-simulation.git cd ecosystem-simulation poetry install
- Create a virtual environement
poetry shell
- Run the program
make run
TODO
TODO
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.