Analytics for University Courses
##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)
sudo apt-get updateto get apt-get all ready- Either
sudo apt-get install python3-pipand 'sudo apt-get install python3-venv',sudo apt-get python3to install python 3.4.3+, or- nothing if
pip3andpython3already work
git clone https://github.com/classrank/ClassRankto get set upcd ClassRankpython3 -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-ownerfor this to work
- you may need to
source bin/activateto enter the virtual environmentsudo apt-get install python3-scipysudo apt-get build-dep python3-scipypip install -r requirements.txtto install python dependencies