A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/winpython/winpython/wiki/WheelHouse below:

WheelHouse · winpython/winpython Wiki · GitHub

WinPython WheelHouse Feature

The WinPython "whl" version includes a WheelHouse: a directory containing standard wheel packages (.whl files) sourced from PyPI. This enables users to install pre-downloaded packages quickly, even offline.

Installing Packages from the WheelHouse

To install packages from the local WheelHouse, use:

wppm -i name_of_the_package(s)
Listing Available Packages in the WheelHouse

To see all packages available in the WheelHouse, use:

Navigating Package Dependencies in the WheelHouse

You can explore the dependencies of packages present in the WheelHouse, just as you would for installed packages. Use:

wppm -ws . -p name_of_the_package(s)
Viewing the Markdown Summary of WinPython (Including WheelHouse)

You can view a full Markdown-formatted summary of the WinPython environment, including the WheelHouse, by running:

Comparing Installed Packages with the WheelHouse

To compare the installed packages with the packages available in the WheelHouse, use:

wppm -i numpy pandas matplotlib

Installs numpy, pandas, and matplotlib from the local WheelHouse if present.

Lists all packages available in the WheelHouse.

Displays the dependency tree for numpy as found in the WheelHouse.

Outputs a Markdown summary of the WinPython environment, including the WheelHouse.

Outputs a Markdown summary that compares installed packages with the WheelHouse contents.

For more details, see the WinPython Documentation.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4