diff --git a/README.md b/README.md index 5122bd5..a8ac08d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,11 @@ To use PyQGIS without having the QGIS application run in the background, one nee 3. Updating the Path variables a. Go to Environmental Variables (from Windows start) - b. Click on Path and then click on Edit. Add the following paths: - i. C:\Program Files\QGIS 3.34.1\apps\Python39\pythonqgis - ii. C:\Program Files\QGIS 3.34.1\apps\Python39 + b. Click on Path and then click on Edit. Add the following paths: + + > > i. C:\Program Files\QGIS 3.34.1\apps\Python39\pythonqgis + > > ii. C:\Program Files\QGIS 3.34.1\apps\Python39 + c. Go back to the Environmental variables this time click on New and in New Variable box enter PYTHONPATH and in the Variable Value add the following paths (separate them with a colon). Some paths might be different. For example, apps\qgis can be apps\qgis-ltr. i. C:\Program Files\QGIS 3.34.1\apps\qgis\python ii. C:\Program Files\QGIS 3.34.1\apps\qgis\python\plugins