692 | | To test winGRASS compilation with python3 support, install the dependencies according the [https://trac.osgeo.org/grass/wiki/CompileOnWindows#InstalltheMSYS2directorystructure windows native compilation guidelines] |
| 692 | To test **winGRASS compilation** with **python3 support**, install the dependencies according the [https://trac.osgeo.org/grass/wiki/CompileOnWindows#InstalltheMSYS2directorystructure windows native compilation guidelines]. |
| 693 | |
| 694 | in MSYS2/mingw environment |
| 695 | |
| 696 | {{{ |
| 697 | cd /usr/src |
| 698 | virtualenv --system-site-packages --no-pip --no-wheel --no-setuptools grasspy3 |
| 699 | }}} |
| 700 | |
| 701 | change into the grasspy3 directory and do a svn checkout |
| 702 | |
| 703 | |