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
As the tittle suggests, pychemqt could include all dependencies and optional applications included in the pychemqt sourcecode, taking it less time to start taking full advantage of the software
Thanks
The text was updated successfully, but these errors were encountered:
Python, pyqt are important software independent, they are in many system installed by default, so include in pychemqt are very inconvenience for unnecessary occupied size.
Almost all dependences are in pip, so install is fairly simple using this method.
Other are architecture dependence, they are compiled when are installed, It can't be added in pychemqt distribution because it must be compiled in target system.
Refprop need install NIST REFPROP , that´s a commercial software so the user might adquire it himself.
You are right pychemqt could use distutils o setuptools for easy installation of dependences, thinking of that, but never to include it in pychemqt sourcecode.
As the tittle suggests, pychemqt could include all dependencies and optional applications included in the pychemqt sourcecode, taking it less time to start taking full advantage of the software
Thanks
The text was updated successfully, but these errors were encountered: