Skip to content

Instantly share code, notes, and snippets.

@maurodoglio
Created August 18, 2016 11:19
Show Gist options
  • Save maurodoglio/64859541bd831e3f198cefab1082c192 to your computer and use it in GitHub Desktop.
Save maurodoglio/64859541bd831e3f198cefab1082c192 to your computer and use it in GitHub Desktop.
#!/bin/bash
conda install psycopg2 --yes
git clone https://github.com/maurodoglio/bz2db.git
pip install -r bz2db/requirements.txt
cd bz2db
python update_bugs.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment