We keep things simple.
create and activate virtualenv, upgrade pip:
` virtualenv -p `which python3` ~/.virtualenvs/cy ~/.virtualenvs/cy/bin/activate pip install -U pip `
install dependencies:
` make install `
verify everything's OK:
` make test `
run!
` make run `
Help yourself with make and ./manage.py --help.