Skip to content

Installing external libraries with pip #22

@davidmurray

Description

@davidmurray

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:

  1. Open the Python console (Plugins -> Python Console)
  2. Run
import pip
pip.main(['install', 'geojson', 'pytransition'])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions