We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the baldessari wiki!
How to install locally (on mac):
create a new virtualenv: virtualenv env
virtualenv env
activate it: source env/bin/activate
source env/bin/activate
install the requirements: pip install -r requirments.txt
pip install -r requirments.txt
run the server: python baldessari_sketch/manage.py runserver
python baldessari_sketch/manage.py runserver