Forgot instruciton son pip installing fufure

This commit is contained in:
MikeTheWatchGuy 2018-10-02 02:16:58 -04:00
parent cf2b0f21a6
commit 81628acfbc
2 changed files with 26 additions and 4 deletions

View File

@ -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.

View File

@ -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.