码迷,mamicode.com
首页 > Windows程序 > 详细

windows下安装fabric

时间:2014-08-13 00:52:34      阅读:1162      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   cti   div   html   

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

windows下安装fabric

标签:style   blog   http   color   io   cti   div   html   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!