Running on local?, try the following steps:
- Clone the repo using ssh/https.
- Create a virtual environment (python 3.x) and activate it (I've used virtualenvwrapper):
cd hypothizer
mkvirtualenv hypothizer --python=/usr/bin/python3
workon hypothizer
- Install required libraries:
pip install -r requirements.txt
. - run
./manage.py migrate
- run
./manage.py runserver
to start the local dev server - Browse to http://localhost:8000/app/home to access the histogram.