I want to `pipenv install` - `foo>1` (and all its deps) from https://mypypi-1.com - `bar>2` (and all its deps) from https://mypypi-2.com I've tried every sequence/combination of `--pypi-mirror` and `--index` I can't think of and can't get this to work.
I want to
pipenv installfoo>1(and all its deps) from https://mypypi-1.combar>2(and all its deps) from https://mypypi-2.comI've tried every sequence/combination of
--pypi-mirrorand--indexI can't think of and can't get this to work.