#Social Shake
Visualising the relationships in Shakespearean plays.
To install on Ubuntu:
sudo curl -L https://github.com/Craig88/Social_Shake_Source/raw/master/install.sh | sh
##Install
You will need Python 2.7
Most likely this one: Python 2.7.5 Mac OS X 64-bit/32-bit x86-64/i386 Installer
To make installing the libraries below easier, you will need: Pip Installer
##Other Libraries:
###NetworkX
from the command line:
sudo pip install networkx
###Graph Viz using the install package application at: http://www.graphviz.org/Download..php
###PyParsing (needs to be version 1.5.7)
from the command line:
sudo pip install pyparsing==1.5.7
###Matplotlib
from the command line:
sudo pip install Matplotlib
###PyDot
from the command line:
sudo pip install pydot
###NumPy
from the command line:
sudo pip install numpy
##Other Resources
These web pages helped me when I had problems installing some things...left here for reference:
http://stackoverflow.com/questions/15951748/pydot-and-graphviz-error-couldnt-import-dot-parser-loading-of-dot-files-will
http://xquartz.macosforge.org/landing/
http://stackoverflow.com/questions/1550226/python-setup-py-uninstall
http://stackoverflow.com/questions/15951748/pydot-and-graphviz-error-couldnt-import-dot-parser-loading-of-dot-files-will
http://xquartz.macosforge.org/landing/
http://stackoverflow.com/questions/739993/get-a-list-of-installed-python-modules
https://code.google.com/p/pydot/
http://networkx.lanl.gov/install.html
http://stackoverflow.com/questions/15951748/pydot-and-graphviz-error-couldnt-import-dot-parser-loading-of-dot-files-will <br>
Another interesting titbit
sudo pip uninstall pyparsing sudo pip install pyparsing==1.5.7 sudo pip install pydot
'sudo pip install pydot2'