INSTALL:
Python 3.4 https://www.python.org/downloads/release/python-343/
Pip (Pip may already be installed with Python) https://pip.pypa.io/en/latest/installing.html
Django 1.8 to install use "pip install django"
django-nose + coverage to install use "pip install django-nose" and "pip install coverage"
django-contrib-comments to install use "pip install django-contrib-comments"
pytz to install use "pip install pytz"
QUICKSTART:
- Copy the SSH URL from https://github.com/igemsoftware/Michigan15
- Inside a terminal/command line, cd into a directory you want this file to be in and use "git clone [the SSH URL]"
- cd Michigan15/mibiosoft
- To run, use "python manage.py runserver" and go to localhost in a web browser or server address
- To run test coverage, use "python manage.py test protocat_app"
AUTHORS: Hy Doan, [email protected] | Max Gittelman, [email protected] | Josh Abramson, [email protected]