-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pip


> Python package manager.

> Some subcommands such as `pip install` have their own usage documentation.

More information.


Install a package (see `pip install` for more install examples):

pip install {package_name}

Install a package to the user's directory instead of the system-wide default location:

pip install --user {package}

Upgrade a package:

pip install --upgrade {package_name}

Uninstall a package:

pip uninstall {package_name}

Save installed packages to file:

pip freeze > {requirements.txt}

Show installed package info:

pip show {package_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:25:12 2024