Open
Description
Description:
Some companies host their own internal Pypi servers. They install requirements thru something like:
pip install -i http://some-private-server.com/pypi \
--extra-index-url https://pypi.python.org/simple/ \
--trusted-host some-private-server.com
-t build
sam build
needs to support passing extra options to PIP in this case