Merge pull request #181 from MikeTheWatchGuy/Dev-latest
Add more pip installation info
This commit is contained in:
		
						commit
						01357fd54d
					
				
					 2 changed files with 12 additions and 0 deletions
				
			
		|  | @ -209,6 +209,12 @@ On a Raspberry Pi, this is should work: | |||
| 
 | ||||
|     sudo pip3 install --upgrade pysimplegui | ||||
| 
 | ||||
| Some users have found that upgrading required using an extra flag on the pip `--no-cache-dir` and you can force the version number too by adding `==version` onto the end | ||||
| 
 | ||||
|     pip install --upgrade --no-cache-dir PySimpleGUI==3.0.3 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| If for some reason you are unable to install using `pip`, don't worry, you can still import PySimpleGUI by downloading the file PySimleGUI.py and placing it in your folder along with the application that is importing it. | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -209,6 +209,12 @@ On a Raspberry Pi, this is should work: | |||
| 
 | ||||
|     sudo pip3 install --upgrade pysimplegui | ||||
| 
 | ||||
| Some users have found that upgrading required using an extra flag on the pip `--no-cache-dir` and you can force the version number too by adding `==version` onto the end | ||||
| 
 | ||||
|     pip install --upgrade --no-cache-dir PySimpleGUI==3.0.3 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| If for some reason you are unable to install using `pip`, don't worry, you can still import PySimpleGUI by downloading the file PySimleGUI.py and placing it in your folder along with the application that is importing it. | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue