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 update
to get apt-get all ready- 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
andpython3
already work
git clone https://github.com/classrank/ClassRank
to get set upcd ClassRank
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
- you may need to
source bin/activate
to enter the virtual environmentsudo apt-get install python3-scipy
sudo apt-get build-dep python3-scipy
pip install -r requirements.txt
to install python dependencies