Installing Python ProjectsΒΆ

Author:The Fellowship of the Packaging
Release:3.3
Date:February 14, 2012

Abstract

This document describes Packaging from the end-user’s point of view: it explains how to extend the functionality of a standard Python installation by building and installing third-party Python modules and applications.

This guide is split into a simple overview followed by a longer presentation of the pysetup script, the Python package management tool used to build, distribute, search for, install, remove and list Python distributions.

See also

Distributing Python Projects
The manual for developers of Python projects who want to package and distribute them. This describes how to use packaging to make projects easily found and added to an existing Python installation.
packaging
A library reference for developers of packaging tools wanting to use standalone building blocks like version or metadata, or extend Packaging itself.

Previous topic

13. Command Reference

Next topic

1. Installing Python projects: overview

This Page