How to use the pip package manager with Squish
Learn how to use the pip package manager to install additional modules to the Python interpreter that is included in Squish. Add features to the default Python feature set and avoid manual installations.
- Bootstrap pip: www.bootstrap.pypa.io/get-pip.py
- Example Requests Library: www.realpython.com/python-requests/