0

I'm working on a secure system where internet access is restricted. My company will let my install python and libraries, but they only allow the unblocking of specific urls temporarily. So I need to know what urls do I need to unblock to install python and what urls I need to unblock to execute

pip install pandas

pip install requests

pip install xlrd

among others.

Alternatively I would also be happy if I could just find a url to manually install each library.

  • Does this answer your question? [Find default pip index-url](https://stackoverflow.com/questions/50100576/find-default-pip-index-url) – gold_cy Feb 26 '21 at 13:29
  • Have you considered to manually download the packages on a different machine, move the packages to the target host and then install them? See https://stackoverflow.com/q/7300321/150978 for details. – Robert Feb 26 '21 at 17:35

0 Answers0