This started with Jonathan Hartley's input to the "pypi's going slowly twiscusion" he suggested:
To download sdists into dirname "pip install -d dirname -r reqs.txt"
Then to install "pip install -r reqs.txt --no-index --find-links=file://dirname". This bit works even w/ no network...
So I've downloaded the packages with --download
and made this install script: