Created
July 27, 2013 19:00
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ virtualenv pydata2013 | |
$ source ./pydata2013/bin/activate | |
$ git clone [email protected]: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