This commit is contained in:
MikeTheWatchGuy 2018-09-26 13:49:37 -04:00
parent 7967bf8513
commit 6bb1015c43
2 changed files with 4 additions and 4 deletions

View File

@ -310,8 +310,8 @@ python
```
python3
>>> import PySimpleGUI27
>>> PySimpleGUI27.main()
>>> import PySimpleGUI
>>> PySimpleGUI.main()
```
You will see a sample window in the center of your screen. If it's not installed correctly you are likely to get an error message during one of those commands

View File

@ -310,8 +310,8 @@ python
```
python3
>>> import PySimpleGUI27
>>> PySimpleGUI27.main()
>>> import PySimpleGUI
>>> PySimpleGUI.main()
```
You will see a sample window in the center of your screen. If it's not installed correctly you are likely to get an error message during one of those commands