Skip to content

Instantly share code, notes, and snippets.

@sheecegardezi
Created February 4, 2023 09:31
Show Gist options
  • Select an option

  • Save sheecegardezi/f7ccb7d54ed755e1bafff70c16a5623d to your computer and use it in GitHub Desktop.

Select an option

Save sheecegardezi/f7ccb7d54ed755e1bafff70c16a5623d to your computer and use it in GitHub Desktop.
install python package in qgis
# open python terminal in qgis
import pip
pip.main(['install', 'my-package-name'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment