7.31. setuptools-76.0.0

The setuptools package provides a method to easily download, build, install, upgrade, and uninstall Python packages

Approximate build time: less than 0.1 SBU
Required disk space: 26 MB

7.31.1. Installation of setuptools

Compile the package:

pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD

Install the package:

pip3 install --no-index --find-links dist setuptools