commit
60460d22d8
|
@ -20,7 +20,7 @@
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||
|
||||
|
@ -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
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue