Created
February 4, 2023 09:31
-
-
Save sheecegardezi/f7ccb7d54ed755e1bafff70c16a5623d to your computer and use it in GitHub Desktop.
install python package in qgis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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