Skip to content

Commit d7200ba

Browse files
committed
Fixed bad comment edit in demo browser. Added zipball install instructions to readme
1 parent a037d58 commit d7200ba

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

DemoPrograms/Browser_START_HERE_Demo_Programs_Browser.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
'''
22
Copyright 2018-2026 PySimpleGUI. All rights reserved.
33
4-
to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
5-
6-
to the PySimpleGUI License Agreement.
4+
Licensed under LGPL3
75
'''
86

97
import os

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@ I don't have a firm grasp of the future beyond a few weeks at this point. If th
4141

4242
## Installing
4343

44+
You can install straight from this GitHub repo.
45+
46+
### Quickest install using zipball
47+
48+
`python -m pip install --upgrade https://github.com/PySimpleGUI/PySimpleGUI/zipball/master`
49+
50+
if you invoke using `python3`:
51+
52+
`python3 -m pip install --upgrade https://github.com/PySimpleGUI/PySimpleGUI/zipball/master`
53+
54+
55+
### If you have git installed
56+
4457
You can pip install straight from this Repo using the command:
4558
`python -m pip install git+https://github.com/PySimpleGUI/PySimpleGUI`
4659

0 commit comments

Comments
 (0)