PipTUI
Pip UI in your terminal!
File Explorer
- black_on_white.json
- colorful.json
- elegant.json
- transparent.json
- config.ini
- __init__.py
- apNPSApplicationEvents.py
- customForm.py
- customTheme.py
- __init__.py
- __main__.py
- __version__.py
- actionForms.py
- app.py
- infoBox.py
- logBox.py
- mainForm.py
- pkgBox.py
- pkgInfoForm.py
- run_threaded.py
- searchBox.py
- settings.py
- settingsForm.py
- .gitignore
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- setup.py
- theme_example.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pip
View Details ▼
pip
Python package manager.
Some subcommands such as `install` have their own usage documentation.
pip install {{package}}
Install a package (see `pip install` for more install examples):
pip install --user {{package}}
Install a package to the user's directory instead of the system-wide default location:
pip install {{[-U|--upgrade]}} {{package}}
Upgrade a package:
pip3
View Details ▼
pip3
This command is an alias of `pip`.
tldr pip
View documentation for the original command:
pipx
View Details ▼
pipx
Install and run Python applications in isolated environments.
pipx run {{pycowsay}} {{moo}}
Run an app in a temporary virtual environment:
pipx install {{package}}
Install a package in a virtual environment and add entry points to path:
pipx uninstall {{package}}
Uninstall a package:
