pip accepts multiple -r arguments:
pip install -r reqs1.txt -r reqs2.txt
The help for pip install says:
-r, –requirement
Install from the given requirements file. This option can be used multiple times.
pip accepts multiple -r arguments:
pip install -r reqs1.txt -r reqs2.txt
The help for pip install says:
-r, –requirement
Install from the given requirements file. This option can be used multiple times.