Getting Started
Basic Usage
Now that you have piplexed installed, you can check for newer versions on PyPI of your installed packages/tools.
The default is to ignore pre-release versions.
If you wish to include pre-release versions you can use the --pre
flag.
Installed Tools
You can also list the installed packages/tools name, version and python version of the virtual environment.
This is similar to pipx list
or uv tool list
If you prefer there is also a tree view option.
piplexed list --tree
Warning
The tree view is not recommended if there are a lot of packages to view