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

"You can install with" instruction is a bit odd #2717

Closed
stuaxo opened this issue Jul 8, 2015 · 2 comments
Closed

"You can install with" instruction is a bit odd #2717

stuaxo opened this issue Jul 8, 2015 · 2 comments

Comments

@stuaxo
Copy link

stuaxo commented Jul 8, 2015

You can install the dependencies with

for req in $(cat requirements.txt); do pip install $req; done

Is a bit strange, when

pip install -r requirements.txt

Will do

@ronghanghu
Copy link
Member

No, pip install -r requirements.txt won't work.

Take a look at #1950 for details.

@stuaxo
Copy link
Author

stuaxo commented Jul 8, 2015

Ok, closing this as a duplicate of #1950 .... it's a horrible thing to try and workaround, I'm going to bash pip a bit and see what happens ...

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