igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] How to install R package


From: Colin Deng
Subject: Re: [igraph] How to install R package
Date: Fri, 25 May 2007 18:32:45 +0800

Dear Mr. Nepusz,

Thank you very much.

2007/5/25, Tamas Nepusz <address@hidden>:
> Maybe Tamas can tell you how to install igraph in Python, if you
> like Python and don't like R.
The installation in Python is easiest using PEAK's EasyInstall script:

1. Download the ez_setup.py script from here:
http://peak.telecommunity.com/dist/ez_setup.py
2. Run the script using python, type: python ez_setup.py
3. Now you have a command called easy_install, which is able to
install most of the modules found in the Python Package Index
(http://www.python.org/pypi). Type: easy_install igraph
Make sure that you have a C compiler and the Python and libxml
development libraries. (Under Debian and Ubuntu, you'll need the
following packages: build-essential, libxml2-dev, python-dev)

However, the Python command line interface is only able to save a
graph visualization into SVG format with the write_svg method of the
Graph object.

Best,
Tamas


_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help



--
Deng, Kang
Huazhong University of Science and Technology




reply via email to

[Prev in Thread] Current Thread [Next in Thread]