Commit 5453692a816556e06d286109ae26310784375d87

Authored by Andrew Buss
Exists in master

Merge branch 'master' of git.ucsd.edu:110swag/flashy-backend

Showing 1 changed file Side-by-side Diff

1   - virtualenv venv
  1 +Set up the environment with:
  2 +
  3 + virtualenv venv
2 4 source venv/bin/activate
3 5 pip install -r requirements.txt
  6 +
  7 +gevent installation may take a long time and display warnings; these may be ignored.