Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distribute

Does pip handle extras_requires from setuptools/distribute based sources?

Easy_install and pip broke: pkg_resources.DistributionNotFound: distribute==0.6.36

python pip distribute

Specify where to install 'tests_require' dependencies of a distribute/setuptools package

install_requires based on python version

How do setuptools, distribute, and pip relate to one another?

How to easily distribute Python software that has Python module dependencies? Frustrations in Python package installation on Unix

Why does "python setup.py sdist" create unwanted "PROJECT-egg.info" in project root directory?

what is the best practice of distributing binaries from a github project? [closed]

github binary distribute

When to use pip requirements file versus install_requires in setup.py?

What does "error: option --single-version-externally-managed not recognized" indicate?

python pip distribute

What's the proper way to install pip, virtualenv, and distribute for Python?

Differences between distribute, distutils, setuptools and distutils2?