Merge pull request #358 from MikeTheWatchGuy/Dev-latest

Dev latest
This commit is contained in:
MikeTheWatchGuy 2018-09-26 15:29:08 -04:00 committed by GitHub
commit 60460d22d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3_Version-3.8.1-red.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3_Version-3.8.1-red.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.0.0-blue.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.0.3-blue.svg?longCache=true&style=for-the-badge)
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
@ -310,8 +310,8 @@ python
``` ```
python3 python3
>>> import PySimpleGUI27 >>> import PySimpleGUI
>>> PySimpleGUI27.main() >>> 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 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

@ -20,7 +20,7 @@
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3_Version-3.8.1-red.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3_Version-3.8.1-red.svg?longCache=true&style=for-the-badge)
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.0.0-blue.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.0.3-blue.svg?longCache=true&style=for-the-badge)
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
@ -310,8 +310,8 @@ python
``` ```
python3 python3
>>> import PySimpleGUI27 >>> import PySimpleGUI
>>> PySimpleGUI27.main() >>> 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 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