-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The README file suggests installing the geojson and pytransition libraries using pip:
pip install pyTransition geojson
However, QGIS ships with its own copy of Python, so running this command in a general cmd prompt will not install the libraries for QGIS to use.
Based on https://gis.stackexchange.com/questions/282685/installing-external-python-packages-in-qgis-3, I had to:
- Open the Python console (Plugins -> Python Console)
- Run
import pip
pip.main(['install', 'geojson', 'pytransition'])Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels