You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install instructions are really difficult. I think that:
A setup.py should be created
A wheel should be created
Release the last version with the wheel
publish it to Pypi
This way, installing EWA will be simply pip install ewa.
PS: obligatory requirement of mssql and cx_Oraclein code must be removed. The code that requires these libraries must be loaded only if the .ini file requires that database. There's no need to impose the user to install all the supported drivers.
PPS: instructions to how to install the absurdly compicated cx_Oracle driver should remain.
The text was updated successfully, but these errors were encountered:
The install instructions are really difficult. I think that:
setup.py
should be createdThis way, installing EWA will be simply
pip install ewa
.PS: obligatory requirement of
mssql
andcx_Oracle
in code must be removed. The code that requires these libraries must be loaded only if the.ini
file requires that database. There's no need to impose the user to install all the supported drivers.PPS: instructions to how to install the absurdly compicated
cx_Oracle
driver should remain.The text was updated successfully, but these errors were encountered: