-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Lokesh Kumar edited this page Aug 7, 2026
·
3 revisions
This guide covers all the ways to install, update, and remove pkgwrap across different environments.
pkgwrap requires Python 3.9 or higher. Most modern Linux distributions and macOS versions come with this pre-installed.
If you already have a working Python environment, installing via PyPI is the fastest and cleanest method.
# Install for the current user
pip install pkgwrap-lokesh
# If your system uses pipx for CLI tools (e.g., modern Debian/Ubuntu)
pipx install pkgwrap-lokesh