Skip to content

DevEnvironmentSetup

Alex Rudnick edited this page Oct 6, 2013 · 5 revisions

You'll need:

  • Python 3.3+
  • virtualenv

Once you have that set up, and you have the source checked out, go to your guampa checkout and go: $ scripts/setup_virtualenv.sh

That should create a virtualenv for you with the appropriate dependencies: Flask and sqlalchemy so far. Then you need to activate that virtualenv:

$ . venv/bin/activate

If you're using a shell other than bash, there should be an appropriate script in venv/bin for you.

Clone this wiki locally