如何安装最新版本的面料

Mic*_*ler 6 apt-get fabric

如何在debian上安装最新版本的结构?打电话的时候

apt-get install fabric
Run Code Online (Sandbox Code Playgroud)

正在安装0.9.1版.最新版本是1.4.3.

ypr*_*rez 11

您可以使用pip或easy_install 从PyPI安装最新版本.

例如:

apt-get install python-setuptools  # for easy_install
easy_install pip
pip install fabric
Run Code Online (Sandbox Code Playgroud)

  • 如果已经安装了面料,你可以使用"pip install --upgrade fabric" (4认同)