ubunutu安装python的graph-tool库

graph-tool是一个python用于操作、统计分析图的库,其核心使用基于boost库的c++编写


ubuntu安装步骤如下

在/etc/apt/source.list中加入以下两行

deb http://downloads.skewed.de/apt/raring raring universe
deb-src http://downloads.skewed.de/apt/raring raring universe

以上两行是13.04用的,其他版本请将raring换成对应版本的

然后update一下apt就可以直接用apt安装了

sudo apt-get update
sudo apt-get installl python-graph-tool


你可能感兴趣的:(python)