Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Do not install dev requirements in another subprocess #22

Closed
playpauseandstop opened this issue Jul 2, 2015 · 0 comments
Closed

Do not install dev requirements in another subprocess #22

playpauseandstop opened this issue Jul 2, 2015 · 0 comments
Labels
Milestone

Comments

@playpauseandstop
Copy link
Owner

pip install supports supplying multiple requirements files, so installing dev requirements should run,

$ pip install -r requirements.txt -r requirements-dev.txt

instead of,

$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
@playpauseandstop playpauseandstop added this to the 1.0 milestone Jul 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant