-
大小: 3.76 KB文件类型: .rar金币: 1下载: 0 次发布日期: 2020-12-14
- 语言: Python
- 标签: ez_setup.py setuptools python
资源简介
解压后直接运行这个脚本就OK了,剩下的下载安装setuptools的工作就让这个脚本自己去完成
也可以在线下载这个文件 http://peak.telecommunity.com/dist/ez_setup.py
也可以在线下载这个文件 http://peak.telecommunity.com/dist/ez_setup.py
代码片段和文件信息
#!python
“““Bootstrap setuptools installation
If you want to use setuptools in your package‘s setup.py just include this
file in the same directory with it and add this to the top of your setup.py::
from ez_setup import use_setuptools
use_setuptools()
If you want to require a specific version of setuptools set a download
mirror or use an alternate download directory you can do so by supplying
the appropriate options to ‘‘use_setuptools()‘‘.
This file can also be run as a script to install or upgrade setuptools.
“““
import sys
DEFAULT_VERSION = “0.6c11“
DEFAULT_URL = “http://pypi.python.org/packages/%s/s/setuptools/“ % sys.version[:3]
md5_data = {
‘setuptools-0.6b1-py2.3.egg‘: ‘8822caf901250d848b996b7f25c6e6ca‘
‘setuptools-0.6b1-py2.4.egg‘: ‘b79a8a403e4502fbb8
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10285 2010-03-11 21:43 ez_setup.py
----------- --------- ---------- ----- ----
10285 1
- 上一篇:python基础入门知识
- 下一篇:《从零开始学 Python》
相关资源
- python一个打砖块的小游戏
- python实验指导书 图文高清版
- python主动安装第三方库
- python爬取豆瓣top250电影信息
- python绘制 大蟒蛇
- python小程序(数组排序)
- Python去水印(基于cv2)
- Python 数据结构入门 - 二叉搜索树(
- python空心电感计算器
- python除法.docx
- 抽奖背后的秘密(python抽奖逻辑)
- 绘制统计学直方图茎叶图(matplotlib)
- python求解标准差
- python数据分析与处理
- 利用Python将照片在Excel中利用点阵图显
- python turtle 跳房子
- python 人群计数
- Python调用第三方API换脸
- “去哪儿吃”帮你选餐厅(python代码
- python 控制台登陆密码验证
- KNN算法的Python实现(datingrecd.ipynb)
- python核心编程第二版-习题答案
- python爬取笔趣阁小说
- Python程序设计基础试题以及答案(3
- python聊天-服务端与客户端
- python递归求最大公约数
- 用python画皮卡丘(基于turtle)
- 伟哥的python私房菜(中国程序员).
- pip一键升级(python脚本)
- 我的世界python编程——天空行走py格式
评论
共有 条评论