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

setuptools compatibility #44

Open
shaike87 opened this issue Jul 22, 2014 · 0 comments
Open

setuptools compatibility #44

shaike87 opened this issue Jul 22, 2014 · 0 comments

Comments

@shaike87
Copy link

Dear Prof. Tucker,

In order for QSTK to be compatible with easy_install or pip, you should add the following line to init.py file inside QSTK:

import('pkg_resources').declare_namespace(name)

Please see https://pythonhosted.org/setuptools/setuptools.html for more information.

Once it's done, your module can be installed with just a one line: "pip install QSTK".

Thanks,
Shai

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

No branches or pull requests

1 participant