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.