Skip to content

Instantly share code, notes, and snippets.

@twneale
Created July 27, 2013 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twneale/6095909 to your computer and use it in GitHub Desktop.
Save twneale/6095909 to your computer and use it in GitHub Desktop.
How to set up the materials for my PyData Boston 2013 talk on citation network analysis.
$ virtualenv pydata2013
$ source ./pydata2013/bin/activate
$ git clone git@github.com:twneale/citation-network-analysis.git
$ cd citation-network-analysis
# Note: if the follwing step fails, you're missing dependencies. If resolving them is not you're cup of tea,
# I recommend installing the free anaconda distribution of python from Continuum Analytics: https://store.continuum.io/
$ pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment