From c4751f90f76d6eb89a7ae04c06b3bf60a9cfdb86 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Tue, 9 Jan 2018 15:31:45 +0300 Subject: [PATCH] Updated Plugin migration to QGIS 3 (markdown) --- Plugin-migration-to-QGIS-3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index a2ac419..b02adc3 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -10,7 +10,9 @@ When completed, we need to put out a call for plugin authors to start porting. ## Minimal info -- run scripts/2to3 (https://github.com/qgis/QGIS/blob/master/scripts/2to3) on your plugin +- `pip install future` +- run QGIS/scripts/2to3 (https://github.com/qgis/QGIS/blob/master/scripts/2to3) on your plugin + - `path/to/QGIS/scripts/2to3 /path/to/your/plugin` - have a good look at: https://qgis.org/api/api_break.html - make sure you do python3 and QT5 ! - tweak and fix until it works :-)