Skip to content
mikima edited this page Mar 2, 2018 · 2 revisions

Welcome to the baldessari wiki!

How to install locally (on mac):

  • create a new virtualenv: virtualenv env

  • activate it: source env/bin/activate

  • install the requirements: pip install -r requirments.txt

  • run the server: python baldessari_sketch/manage.py runserver

Clone this wiki locally