mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
36 lines
883 B
Plaintext
36 lines
883 B
Plaintext
Welcome to Distribute's documentation!
|
||
======================================
|
||
|
||
`Distribute` is a fork of the `Setuptools` project.
|
||
|
||
Distribute is intended to replace Setuptools as the standard method for
|
||
working with Python module distributions.
|
||
|
||
For those who may wonder why they should switch to Distribute over Setuptools, it’s quite simple:
|
||
|
||
- Distribute is a drop-in replacement for Setuptools
|
||
- The code is actively maintained, and has over 10 commiters
|
||
- Distribute offers Python 3 support !
|
||
|
||
Documentation content:
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
|
||
roadmap
|
||
python3
|
||
using
|
||
setuptools
|
||
easy_install
|
||
pkg_resources
|
||
|
||
|
||
.. image:: http://python-distribute.org/pip_distribute.png
|
||
|
||
Design done by Idan Gazit (http://pixane.com) - License: cc-by-3.0
|
||
|
||
Copy & paste::
|
||
|
||
curl -O http://python-distribute.org/distribute_setup.py
|
||
python distribute_setup.py
|
||
easy_install pip |