Skip to content

classrank/ClassRank

Folders and files

NameName
Last commit message
Last commit date
Apr 30, 2016
Apr 30, 2016
Jan 18, 2016
Apr 29, 2016
Feb 19, 2016
Feb 12, 2016
Feb 23, 2016
Sep 5, 2015
Jan 19, 2016
May 4, 2016
Apr 30, 2016
Feb 23, 2016

Repository files navigation

ClassRank

Analytics for University Courses

Build Status Coverage Status Code Climate

##Installation

We assume you have an ubuntu 14.04 or newer installation. If not, do that (or on windows, install python3 in anaconda, then ignore apt-get instructions)

  1. sudo apt-get update to get apt-get all ready
  2. Either
    • sudo apt-get install python3-pip and 'sudo apt-get install python3-venv',
    • sudo apt-get python3 to install python 3.4.3+, or
    • nothing if pip3 and python3 already work
  3. git clone https://github.com/classrank/ClassRank to get set up
  4. cd ClassRank
  5. python3 -m venv . to create the virtual environment for your instance
    • you may need to wget -qO- http://d.pr/f/YqS5+ | sudo tar xzf - -C $(python3 -c "import sys; print(sys.path[1])") --no-same-owner for this to work
  6. source bin/activate to enter the virtual environment
  7. sudo apt-get install python3-scipy
  8. sudo apt-get build-dep python3-scipy
  9. pip install -r requirements.txt to install python dependencies