Difference between revisions of "NetworkX and Plazes with Amazon EC2"

From rukapedia
Jump to: navigation, search
(No difference)

Revision as of 18:49, 24 February 2008

Set up an Amazon EC2 instance -- the Getting Started Guide is a good place to start.

SSH to your instance.

wget https://networkx.lanl.gov/download/networkx/networkx-0.36.tar.gz
gunzip networkx-0.36.tar.gz
tar -xvf networkx-0.36.tar
cd networkx-0.36
python setup.py install
yum install python-matplotlib.x86_64
yum install pygobject2.x86_64
yum install pygtk2.x86_64