Changes between Version 20 and Version 21 of Python3Support


Ignore:
Timestamp:
Sep 3, 2018, 12:22:24 PM (6 years ago)
Author:
neteler
Comment:

section headers added

Legend:

Unmodified
Added
Removed
Modified
  • Python3Support

    v20 v21  
    642642== How to test ==
    643643
     644=== Linux ===
    644645We can rather easily create an isolated environment with Python3 using virtualenv which lets you test GRASS GIS with Python3 support while not cluttering your standard system.
    645646
     
    689690deactivate
    690691}}}
     692
     693=== Windows ===
    691694
    692695To test a **winGRASS compilation** with **python3 support**, install the dependencies according the [https://trac.osgeo.org/grass/wiki/CompileOnWindows#InstalltheMSYS2directorystructure windows native compilation guidelines].