also mention that the source tree is required

Jürgen Fischer 2018-01-22 18:36:33 +01:00
parent de75770297
commit c143fd00a8

@ -9,11 +9,11 @@ In QGIS 3, GeoPackage is much more present. Avoid creating shapefile in your plu
## Minimal info ## Minimal info
- `pip install future` - `pip install future`
- run QGIS/scripts/2to3 (https://github.com/qgis/QGIS/blob/master/scripts/2to3) on your plugin - git checkout the source tree and 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` - `path/to/QGIS/scripts/2to3 /path/to/your/plugin`
- This command will print the diff. If you want to write these changes to files, use `-w` - This command will print the diff. If you want to write these changes to files, use `-w`
- have a good look at: https://qgis.org/api/api_break.html - have a good look at: https://qgis.org/api/api_break.html
- make sure you do python3 and QT5 ! - make sure you do python3 and Qt5 !
- tweak and fix until it works :-) - tweak and fix until it works :-)
It was more work then I hoped, but after setting It was more work then I hoped, but after setting