Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sugestion] Make dependencies available with pychemqt #1

Open
selfus opened this issue Jul 30, 2015 · 1 comment
Open

[Sugestion] Make dependencies available with pychemqt #1

selfus opened this issue Jul 30, 2015 · 1 comment
Assignees

Comments

@selfus
Copy link
Contributor

selfus commented Jul 30, 2015

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

@jjgomera
Copy link
Owner

Hi,
I don't think so because several reason:

  • 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.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants