NetworkX and Plazes with Amazon EC2

From rukapedia
Revision as of 18:49, 24 February 2008 by Peter (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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