ckaus / EpiPy

A tool for fitting epidemic models.
MIT License
3 stars 0 forks source link

Task: Installation / Uninstall of EpiPy on Unix-like and Windows #10

Closed ckaus closed 8 years ago

ckaus commented 8 years ago

@yenarhee @mitalbert Write a solution to install and uninstall EpiPy on different operating system (Unix-like, Windows). The install solution MUST check all required packages (numpy, matplotlib, ...) and SHOULD install missing packages. The installation and uninstall solution SHOULD provide a developer and an user mode. The developer mode supports any changes, the user mode don't supports any changes.

ckaus commented 8 years ago

Solution: setup.py Description: readme.md