I’ve installed Komodo Edit (Free) on my Windows Laptop.
I’m trying to run some python scripts that require an update of the Google API Client Library to run.
In linux I just run pip install --upgrade google-api-python-client
But how would I do this using Komodo edit?