
Introduction
pspm, as described, is a simple Python package manager. It aims to help developers but without getting in their way
Installation
The recommend installation method is by using pipx
pipx install pspm[uv]
Note
This will install pspm along with uv. You may want to install uv separately and run pipx install pspm instead.
Shell Completion
pspm supports generating completion scripts for Bash, Fish, and Zsh.
spm --install-completion