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

Create setup.py file #17

Open
danielseaton opened this issue Jun 20, 2017 · 2 comments
Open

Create setup.py file #17

danielseaton opened this issue Jun 20, 2017 · 2 comments
Assignees

Comments

@danielseaton
Copy link
Contributor

Eventually necessary to upload the package to pip

Also useful so that we can run:

pip install -e .

from the main directory and then call the functions from notebooks located anywhere

@danielseaton danielseaton self-assigned this Jun 20, 2017
danielseaton pushed a commit that referenced this issue Sep 24, 2017
@danielseaton
Copy link
Contributor Author

needs to force numpy compiled against mkl (depends on installing numpy using conda? Not the default pip-installed numpy) Currently unclear if it's possible to do like this with setuptools.

@danielseaton
Copy link
Contributor Author

May be possible to force optimised librarys with pip-installable intel packages directly:

https://software.intel.com/en-us/articles/installing-the-intel-distribution-for-python-and-intel-performance-libraries-with-pip-and

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