From 81628acfbcd1cbf8ba02efd1fae6069956e7ddb2 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Tue, 2 Oct 2018 02:16:58 -0400 Subject: [PATCH] Forgot instruciton son pip installing fufure --- docs/index.md | 15 +++++++++++++-- readme.md | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2a8e4498..1cb015e4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-3.9.0-red.svg?longCache=true&style=for-the-badge) - ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.1.0-blue.svg?longCache=true&style=for-the-badge) + ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.1.1-blue.svg?longCache=true&style=for-the-badge) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) @@ -291,7 +291,16 @@ then yosudou need to install `tkinter`. Be sure and get the Python 3 version. ### Installing for Python 2.7 - pip install --upgrade PySimpleGUI27 +` pip install --upgrade PySimpleGUI27` + or +` pip2 install --upgrade PySimpleGUI27` + +You may need to also install "future" for version 2.7 + + pip install future + or +` pip2 install future` + Python 2.7 support is relatively new and the bugs are still being worked out. I'm unsure what may need to be done to install tkinter for Python 2.7. Will update this readme when more info is available @@ -301,6 +310,8 @@ Like above, you may have to install either pip or tkinter. To do this on Python `sudo apt install python-tkinter` + + ### Testing your installation Once you have installed, or copied the .py file to your app folder, you can test the installation using python. At the command prompt start up Python. diff --git a/readme.md b/readme.md index 2a8e4498..1cb015e4 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-3.9.0-red.svg?longCache=true&style=for-the-badge) - ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.1.0-blue.svg?longCache=true&style=for-the-badge) + ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.1.1-blue.svg?longCache=true&style=for-the-badge) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) @@ -291,7 +291,16 @@ then yosudou need to install `tkinter`. Be sure and get the Python 3 version. ### Installing for Python 2.7 - pip install --upgrade PySimpleGUI27 +` pip install --upgrade PySimpleGUI27` + or +` pip2 install --upgrade PySimpleGUI27` + +You may need to also install "future" for version 2.7 + + pip install future + or +` pip2 install future` + Python 2.7 support is relatively new and the bugs are still being worked out. I'm unsure what may need to be done to install tkinter for Python 2.7. Will update this readme when more info is available @@ -301,6 +310,8 @@ Like above, you may have to install either pip or tkinter. To do this on Python `sudo apt install python-tkinter` + + ### Testing your installation Once you have installed, or copied the .py file to your app folder, you can test the installation using python. At the command prompt start up Python.