/Covid

Primary LanguagePython

Covid

Simulator for coronavirus spread

Running the Simulator

  1. within poetry shell (see below) run python sir.py

Using Poetry

  1. make install to install all dependencies
  2. poetry shell
  3. poetry exit when you are finished

Adding Python Dependencies

  1. use poetry to track python deps
  2. to install a new dep run poetry add <your_dep> or poetry add <dep> --dev
  3. you can also modify the pyproject.toml directly, then run poetry lock --no-update

Setup

Mac (M1)

  1. TBD

📚 Refrences