LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pip-wheel

Build wheel archives from Python packages

TLDR

Build wheel from package
$ pip wheel [package]
copy
Build wheels to directory
$ pip wheel -w [wheeldir] [package]
copy
Build from requirements file
$ pip wheel -r requirements.txt
copy
Build wheel from local project
$ pip wheel .
copy

SYNOPSIS

pip wheel [options] packages...

DESCRIPTION

pip wheel builds wheel archives for packages and dependencies. Wheels are pre-built binary distributions that install faster than source distributions. Useful for creating local wheels for offline installation or deployment.

PARAMETERS

-w, --wheel-dir dir

Build wheels to directory.
-r, --requirement file
Build from requirements file.
--no-deps
Don't build dependencies.
--no-build-isolation
Disable build isolation.
--src dir
Source directory for editable projects.

INSTALL

sudo apk add py3-pip
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid