diff options
-rw-r--r-- | docs/getting_started.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 5e153f46..c171b788 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -43,9 +43,9 @@ libraries. #) Go to http://www.msys2.org/ and download the x86_64 installer #) Follow the instructions on the page for setting up the basic environment -#) Run ``C:\msys64\mingw32.exe`` - a terminal window should pop up +#) Run ``C:\msys64\mingw64.exe`` - a terminal window should pop up #) Execute ``pacman -Suy`` -#) Execute ``pacman -S mingw-w64-i686-gtk3 mingw-w64-i686-python3-gobject`` +#) Execute ``pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-gobject`` #) To test that GTK 3 is working you can run ``gtk3-demo`` #) Copy the ``hello.py`` script you created to ``C:\msys64\home\<username>`` #) In the mingw32 terminal execute ``python3 hello.py`` - a window should appear. |