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

Support for requiring packages at install time #73

Closed
bocklund opened this issue May 21, 2017 · 1 comment
Closed

Support for requiring packages at install time #73

bocklund opened this issue May 21, 2017 · 1 comment

Comments

@bocklund
Copy link

Is there support or planned support for installing packages before installation the current package (at build time), such as Cython or NumPy, as described in https://www.python.org/dev/peps/pep-0518/

@kennethreitz
Copy link
Contributor

This is a package distribution problem.

With pipenv, if you specify "Cython" ahead of something that needs it, it will get installed first.

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

2 participants