Skip to content

MBembers/pandemics-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandemics simulation in python

skibidi pandemic

Setting up the project

To run the projects make sure that you have the latest version of Python installed. PyCharm and other sophisticated IDEs will probably configure this automatically (probably).

  1. Create a virtual environment (make sure that you are in the same folder as this file in your terminal)
  • python -m venv ./venv
  1. Enter the virtual environment in the terminal. This may differ on windows. Check python virtual environments guide on the internet if this doesn't work.
  • source ./venv/bin/activate
  1. Install required packages. You should see (venv) at the start of the line in terminal.
  • pip install -r requirements.txt
  1. Now you can run python files normally, but make sure to be inside the virtual environment! E.g.
  • python SIR_simple.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages