setuptools · PyPI
https://pypi.org/project/setuptools29.12.2021 · setuptools 60.5.0 pip install setuptools Copy PIP instructions. Latest version. Released: Jan 8, 2022 Easily download, build, install, upgrade, and uninstall Python packages. Navigation. Project description Release history Download files Project ...
pyinstaller-setuptools · PyPI
pypi.org › project › pyinstaller-setuptoolsAug 30, 2019 · Use pyinstaller with setuptools! setup.py from pyinstaller_setuptools import setup setup (... scripts = ['path/to/a/script.py'], entry_points = {'console_scripts': ['entry=module.func']},...) Usage > python ./setup.py build > python ./setup.py install > python ./setup.py pyinstaller [-- <pyinstaller-flags>]
setuptools · PyPI
pypi.org › project › setuptoolsDec 29, 2021 · setuptools 60.2.0. pip install setuptools. Copy PIP instructions. Latest version. Released: Dec 29, 2021. Easily download, build, install, upgrade, and uninstall Python packages. Project description. Project details. Release history.
setuptools-odoo · PyPI
pypi.org › project › setuptools-odooJan 11, 2022 · For any advanced use such as installing from source, installing from git, packaging wheels etc, you need a recent version of pip (>= 9.0.1). Finally, if you are using Odoo 8, 9 or 10, you need to install odoo-autodiscover ( pip install odoo-autodiscover ) to provide automatic extension of the addons path (and workaround a bug with setuptools > 31 and Odoo 10). odoo-autodiscover is not necessary for Odoo >= 11.