-
-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I would like to request the inclusion of precompiled Erg binaries in PyPI package wheels to facilitate easier installation for Python users.
Currently, when installing pylyzer via pip install pylyzer, the required erg executable is not automatically installed. As a result, users need to manually install Erg separately, which complicates the setup process and may lead to inconsistencies across environments.
It would be greatly beneficial if precompiled Erg binaries were published on PyPI, allowing pylyzer to list them as a dependency and enabling a seamless installation process using pip.
This improvement would:
Simplify the installation process for pylyzer users.
Ensure better compatibility across different systems.
Reduce the need for manual dependency management.
Thank you for considering this enhancement, and I appreciate your work on Erg!