From 6980fb0156983e3c55db051d285a458a55361d2d Mon Sep 17 00:00:00 2001
From: Mikhail Svechnikov <svechnikovmv@gmail.com>
Date: Wed, 12 Jul 2023 11:01:32 +0200
Subject: [PATCH] add anaconda compatibility

---
 hugo/content/installation/install/windows/_index.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/hugo/content/installation/install/windows/_index.md b/hugo/content/installation/install/windows/_index.md
index 64e6403b8eb..cc41618ef7e 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" >}}
-- 
GitLab