Skip to content

Commit 68bb6ae

Browse files
committed
Update README.md
1 parent b6fa8ae commit 68bb6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The content on github is at https://github.com/IBM/ELM-Python-Client
4646

4747
NOTE: the python package installed is call `elmclient`
4848

49-
If you need to install Python, on Windows you can download the Python installer exe from python.org and then use this command to silently install so python is on your path (modifying to reflect the installer exe you have downloaded):
49+
If you need to install Python, on Windows you can download the Python 3.9.* installer exe from python.org and then use this command to silently install so python is on your path (modifying to reflect the installer exe you have downloaded):
5050

51-
* python-3.9.7-amd64.exe /quiet InstallAllUsers=1 TargetDir=c:\Python39 PrependPath=1 Include_test=0
51+
* python-3.9.6-amd64.exe /quiet InstallAllUsers=1 TargetDir=c:\Python39 PrependPath=1 Include_test=0
5252

5353
Then exit and start a new command shell and python will be on your path.
5454

0 commit comments

Comments
 (0)