Prereqs
- python
- virtualenv
- sqlite (try typing
sqlite3
in shell and see if it loads). It comes pre-loaded on the mac; here's an installation guide
In the shell
mkvirtualenv workshop-sql
git clone git@github.com:Thinkful-Ed/workshop-sql.git
cd workshop-sql
pip install -r requirements.txt
export SUNLIGHT_API_KEY={your key from http://sunlightfoundation.com/api/accounts/register/}
python install.py