diff --git a/hugo/content/installation/install/windows/_index.md b/hugo/content/installation/install/windows/_index.md index 64e6403b8eb4f7cdeade7d0c6a90ac6db853190e..cc41618ef7ea57d7af1da65e5f0896ac1f8ff6f0 100644 --- a/hugo/content/installation/install/windows/_index.md +++ b/hugo/content/installation/install/windows/_index.md @@ -25,12 +25,7 @@ If Python environment is already installed and set up, this block can be skipped Python environment is needed for running both GUI application and example scripts. The installer for appropriate version of Python can be downloaded from https://www.python.org/downloads. -Choose Python version according to the compatibility table: - -BornAgain version | Supported Python versions -------------------|--------------------------- -20.0 | 3.8 to 3.10 - +BornAgain supports Python versions from 3.8 to 3.11. Run the installer and follow the steps. @@ -44,6 +39,12 @@ $ python -m ensurepip ``` will install `pip` if it is missing. +#### BornAgain with Anaconda + +With Anaconda Python the requirements for versions 3.8 and 3.9 are more restrictive: + +compatibility is confirmed for Python 3.8.x>=3.8.15 and for 3.9.x>=3.9.15 + ### Install BornAgain Python package {{< alert theme="info" >}}