Skip to content

Installation

Lokesh Kumar edited this page Aug 7, 2026 · 3 revisions

Installation Guide

This guide covers all the ways to install, update, and remove pkgwrap across different environments.

Prerequisites

pkgwrap requires Python 3.9 or higher. Most modern Linux distributions and macOS versions come with this pre-installed.


Method 1: Using pip (Recommended)

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

Clone this wiki locally