Skip to content
Snippets Groups Projects
Commit 6980fb01 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov Committed by Wuttke, Joachim
Browse files

add anaconda compatibility

parent bd181e57
No related branches found
No related tags found
No related merge requests found
......@@ -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" >}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment