Fork me on GitHub

青禹小生

雁驰万里却作禽,鱼未得水空有鳞。 花开花落花不语,昨是昨非昨亦今。

导航

conda 安装 graph-tool, 无需编译

1. 添加以下channels到~/.condarc

$ conda config --add channels conda-forge
$ conda config --add channels ostrokach-forge

2. 安装graph-tool

$ conda install graph-tool

3. 进入python terminal 检查是否安装成功

>>> from graph_tool.all import *

 

posted on 2018-11-02 14:25  司徒道  阅读(4854)  评论(1编辑  收藏  举报