QGIS - Installing Python Packages
If you want to install a Python package in QGIS, first open up cmd then type in something like the following:
pip3 install <desired python module> --proxy http://kcproxy-civic.kingborough.local:8080/proxy.pac
Then type in the following into QGIS's Python window
import sys
sys.path.append(r'C:\Users\<your username>\AppData\Roaming\Python\Python313\site-packages')
Then in the same Python window, try importing your module
import <desired python module>
Then open up Airlock and find the file that was blocked
Report the blocked file to the network specialist, and once it is unblocked, you should be set to go
