Releases: TsiamDev/EcoSim
Releases · TsiamDev/EcoSim
Eco-Sim-byTsiamDev-v1
INSTALLATION INSTRUCTIONS:
!!! Runs on any platform that can install Python 3.10.x and the required packages !!!
- Download Python 3.10.x from the official website
- Install Python 3.10.x
- Clone or fork the repository EcoSim->Networking branch
or download the project's source code files, to a folder of your choosing
(that you have write and execute privileges i.e. not in program files for example) - Run test.py and with your favorite package installer, download and install all the missing dependencies,
as the python interpreter reports them to you (I used simply "pip install " for the following packages)
!!!Oh and make sure you have upgraded your package installer (pip?) first!!!
#Here is a list of the packages this simulation uses:
- numpy
- pygame & pygame_menu
- perlin_noise
- matplotlib
- multiprocessing
(Hopefully I am not forgetting any - if I am,
please drop me a line and I will remedy this)