Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

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

Post-install script with Python setuptools

How to write setup.py to include a Git repository as a dependency

Installing SetupTools on 64-bit Windows

Do python projects need a MANIFEST.in, and what should be in it?

python setuptools

How can I make setuptools install a package that's not on PyPI?

How to include package data with setuptools/distutils?

python setuptools distutils

setuptools vs. distutils: why is distutils still a thing?

How can I get the version defined in setup.py (setuptools) in my package?

python setuptools

Why can I not create a wheel in python?

"pip install --editable ./" vs "python setup.py develop"

Explain Python entry points?

python setuptools

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

Reference requirements.txt for the install_requires kwarg in setuptools setup.py file

Python setup.py develop vs install

python setuptools

No module named pkg_resources

How to install pip with Python 3?

Differences between distribute, distutils, setuptools and distutils2?

How do I remove packages installed with Python's easy_install?

Why use pip over easy_install? [closed]