=================================================================================== title : pip39-notes-windows.txt author : Neil Rieck created: 2023-07-04 purpose: needed to run Dave's "load_cmt.py" thingy notes: circumflex is the line-continuation character in DOS + Windows =================================================================================== scope: python3.9.0 cmd : python -m pip --proxy http://fastweb.int.bell.ca:8083 ^ --trusted-host pypi.org ^ list note: list is simple and only involves one additional server =================================================================================== scope: python3.9.0 cmd : python -m pip --proxy http://fastweb.int.bell.ca:8083 ^ --trusted-host pypi.org ^ --trusted-host files.pythonhosted.org ^ install --upgrade pip note: install is more compilcated and involves two additional servers ===================================================================================