37.1.3 用easy_install安装

    Gistore是用Python语言开发的,已经在PYPI上注册了:http://pypi.python.org/pypi/gistore。就像其他Python软件包一样,可以使用easy_install进行安装,具体操作过程如下。

    (1)确保您的机器上已经安装了setuptools[1]

    几乎每个Linux发行版都有setuptools软件包,可以直接用包管理器进行安装。在Debian/Ubuntu上可以使用下面的命令安装setuptools:


    $sudo aptitude install python-setuptools $which easy_install /usr/bin/easy_install

    (2)使用easy_install命令安装Gistore:


    $sudo easy_install-U gistore

    [1]http://peak.telecommunity.com/DevCenter/setuptools