You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: currently, pip install -r requirements.txt works, but pip install -r - does not. The latter should take the file contents from stdin. This will allow UNIX-style command chaining if the requirements are dynamically generated by a program. Of course it is easily fixed by xargs, but still.