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

Using a requirements.txt file #27

Closed
jonathf opened this issue Aug 20, 2016 · 1 comment
Closed

Using a requirements.txt file #27

jonathf opened this issue Aug 20, 2016 · 1 comment

Comments

@jonathf
Copy link

jonathf commented Aug 20, 2016

I was wondering if it would be possible to include a requirements.txt in the root directory with the prerequisites?

I am currently making a one-line installer for a (private) module that downloads and installs seqlearn directly from github using pip install -e git+https://github.com/larsmans/seqlearn.git#egg=seqlearn. But this won't work on new virtual envirements without first installing Cython manually.

I know this has limited usefulness, but it would simplify things for me a notch.

Awesome project you guys have got going here BTW.

@jonathf
Copy link
Author

jonathf commented Aug 20, 2016

Seems I was wrong when experimenting with it. It is not requirements.txt file that handles the dependencies in pip, but for registered modules in pypi. Sorry about that.

@jonathf jonathf closed this as completed Aug 20, 2016
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