Skip to content

stonebig/winpython

This branch is 1 commit behind winpython/winpython:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ee9c36 · Apr 27, 2025
Mar 1, 2025
Apr 26, 2025
Dec 13, 2015
Apr 27, 2025
Nov 20, 2015
May 1, 2024
Jan 31, 2013
Apr 25, 2025
Jun 20, 2021
Apr 14, 2025
Mar 2, 2025
Apr 12, 2025
Mar 9, 2025
Mar 9, 2025
Apr 25, 2025
Apr 14, 2025
Apr 25, 2025
May 1, 2024
Mar 2, 2025

Repository files navigation

WinPython tools

Copyright @ 2012-2013 Pierre Raybaut

Copyright @ 2014-2025+ 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 complementary tool to navigate provided package list or register WinPython. pip is the recommanded way to add or remove packages
WinPython build toolchain
make.py is the script used to build a WinPython distribution from (almost) scratch.

Dependencies

  • Python3 >= 3.9

Requirements

  • installer can be 7-Zip or nothing (just .zip-it)

Installation

From the source package (see section 'Building dependencies'), you may install WinPython using the following commands:

python -m pip install flit

python -m flit build

python -m pip install --no-index --trusted-host=None --find-links=.dist winpython

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

More informations

Packages

No packages published

Languages

  • Python 77.3%
  • Batchfile 15.9%
  • C++ 4.6%
  • PowerShell 2.2%