windows下安装fabric

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

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

原文:http://www.cnblogs.com/brucezhu/p/3908968.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!