1 Star 0 Fork 0

xdicac/winpython

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

WinPython tools

Copyright © 2012-2013 Pierre Raybaut

Copyright © 2014-2019+ The Winpython development team https://github.com/winpython/

Licensed under the terms of the MIT License (see winpython/__init__.py for details)

Overview

WinPython is a portable distribution of the Python programming language for Windows (https://winpython.github.io).

This is the winpython Python package, not the distribution itself. It includes two main features:

WinPython Package Manager (WPPM)
a graphical layer over pip, to let you install/uninstall to your WinPython distribution any standard Python package built as source (e.g. "dummypackage-2.1.zip" or "dummypackage-2.1.tar.gz") or as wheel (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
WinPython build toolchain
make.py is the script used to build a WinPython distribution from (almost) scratch.

Dependencies

  • Python2 >= 2.7 or Python3 >= 3.4 (Python>= 3.7 is recommended)
  • PyQt5 >= 5.6 or PySide2>=5.11 (PyQt5 >=5.12 or Pyside2 >= 5.12 is recommended)

Requirements

  • NSIS (for icon shortcut creations, installer can be NSIS, INNO, 7-Zip, or nothing)
  • PyQt5 or Pyside2 is required to execute WinPython Control Panel/Ipython Qt and Qt related packages. if not installed, these packages will not execute.

Installation

From the source package (see section 'Building dependencies'), you may install WinPython using the integrated setup.py script based on Python standard library distutils with the following command:

python setup.py install

Note that distutils does not uninstall previous versions of Python packages: it simply copies files on top of an existing installation. When using this command, it is thus highly recommended to uninstall manually any previous version of WinPython by removing the associated directory ('winpython' in your site-packages directory).

From the Python package index, you may simply install WinPython and upgrade an existing installation using pip: https://pypi.org

But the easiest way to install the last stable release of WinPython is by using an executable installer: https://winpython.github.io/

More informations

Copyright (c) 2012-2014 Pierre Raybaut Copyright (c) 2014-2017 The Winpython development team https://github.com/winpython/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
Python 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xdicac/winpython.git
git@gitee.com:xdicac/winpython.git
xdicac
winpython
winpython
master

搜索帮助