Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

What is the official "preferred" way to install pip and virtualenv systemwide?

Why is pip installing an old version of my package?

python pip setuptools

Python setuptools: How can I list a private repository under install_requires?

python github setuptools

How do I install an old version of Django on virtualenv?

Removing python module installed in develop mode

python setuptools

setuptools: package data folder location

python 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