Skip to content

Releases: TsiamDev/EcoSim

Eco-Sim-byTsiamDev-v1

08 Sep 20:03
Compare
Choose a tag to compare
Eco-Sim-byTsiamDev-v1 Pre-release
Pre-release

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:

  1. numpy
  2. pygame & pygame_menu
  3. perlin_noise
  4. matplotlib
  5. multiprocessing

(Hopefully I am not forgetting any - if I am,
please drop me a line and I will remedy this)