Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 573 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 573 Bytes

Sunlight Labs Bulk Data: https://sunlightlabs.github.io/congress/#core-information

Eve Docs: http://python-eve.org/quickstart.html

  1. install homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. brew install python mongodb redis git
  3. mongod --config /usr/local/etc/mongod.conf& use fg ctrl + C to turn it off
  4. git clone [email protected]:ranman/RepreSpaceStation.git
  5. pip install virtualenv
  6. virtualenv venv
  7. source venv/bin/activate
  8. pip install -r requirements.txt
  9. python application.py