Skip to content

Commit

Permalink
[#367] Updated Windows install instruction in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Oct 9, 2024
1 parent 8898cef commit 175f18d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,13 @@ system Python, so no Virtual Environments. Here is the installation procedure:
1- Download and install one of Python 3.9, 3.10, 3.11 or 3.12:

Here is some download links that are now hidden in Python's home page:
https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe
https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe
- [python-3.9.13-amd64.exe](https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe)
- [python-3.10.11-amd64.exe](https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe)
- Python 3.11 and 3.12 can be downloaded directly from [Python.org](https://www.python.org/downloads/windows/).

Python 11 and 12 are available directly.

Wexpect (a Python library that DisplayCAL depends on) is not working
properly with newer Python versions like Python 3.11 and 3.12. So, stick
with Python 3.9 until we find a solution.
Wexpect (a Python library that DisplayCAL depends on) is not working properly with
newer Python versions like Python 3.11 and 3.12. So, stick with Python 3.9 until we
find a solution.

Also don't forget to select "Add Python 3.xx to PATH" in the installer.

Expand Down

0 comments on commit 175f18d

Please sign in to comment.