标签: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
标签:style blog http color io cti div html
原文地址:http://www.cnblogs.com/brucezhu/p/3908968.html