LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pip-download

Download packages without installing them

TLDR

Download package
$ pip download [package]
copy
Download to specific directory
$ pip download -d [directory] [package]
copy
Download specific version
$ pip download [package]==[version]
copy
Download for specific platform
$ pip download --platform [linux_x86_64] --only-binary=:all: [package]
copy
Download from requirements file
$ pip download -r requirements.txt
copy

SYNOPSIS

pip download [options] packages...

DESCRIPTION

pip download downloads packages without installing them. Downloads wheels or source distributions to a specified directory. Useful for offline installation or creating local package mirrors.

PARAMETERS

-d, --dest dir

Download directory.
-r, --requirement file
Download from requirements file.
--no-deps
Don't download dependencies.
--only-binary format
Only download binary packages.
--platform platform
Download for specific platform.
--python-version version
Download for specific Python version.

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