Skip to content

Instantly share code, notes, and snippets.

@millionsmile
Created June 21, 2012 16:24
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 millionsmile/2966830 to your computer and use it in GitHub Desktop.
Save millionsmile/2966830 to your computer and use it in GitHub Desktop.
NetworkX, NumPy, matplotlibをインストール
# NetworkXをインストール
easy_install networkx
# NumPyをインストール
easy_install numpy
# matplotlibをインストール
easy_install matplotlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment