windows下安装fabric

时间:2014-08-13 00:52:34   收藏:0   阅读:1162

1、安装python windows

https://www.python.org/downloads/windows/

 

2、安装Pip

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip

3、安装Pycrypto

http://www.voidspace.org.uk/python/modules.shtml#pycrypto

4、安装setuptools

https://pypi.python.org/pypi/setuptools#windows-8-powershell
(Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python -

5、安装Fabric

pip install fabric

 

6、一些参考文章

http://thepracticalsysadmin.com/getting-python-fabric-setup-in-windows/

http://www.lfd.uci.edu/~gohlke/pythonlibs

http://stackoverflow.com/questions/9131323/problems-installing-python-fabric-on-windows-7

http://stackoverflow.com/questions/9000380/install-python-fabric-on-windows

 

windows下安装fabric,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!