Skip to content
Snippets Groups Projects
Commit 41beecaf authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

hugo: recommend Py 3.12; full module list in Linux Py instructions

parent 1cc9ce62
No related branches found
No related tags found
1 merge request!2708hugo: recommend Py 3.12; full module list in Linux Py instructions
Pipeline #154696 passed
......@@ -28,6 +28,8 @@ you will need to rerun `pyenv install <version>`).
| Redhat | tk-devel |
| Archlinux | Tk |
A warning about missing sqlite3 support can be ignored.
#### Python in pyenv
Prepare the shell by adding
......@@ -50,7 +52,6 @@ pyenv global {{% recommended-python %}}
which python # shows path in virtual environment
#install Python modules
pip install numpy
pip install numpy matplotlib corner emcee lmfit scipy tqdm
```
etc.
For the full list of modules required by BornAgain, see the [modules](/installation/py/modules/) page.
For explanations, see the page on required or recommended [modules](/installation/py/modules/).
......@@ -24,7 +24,7 @@ PygmentsStyle = "vs"
version_name = "git-main"
recommended_python_major = "3"
recommended_python_minor = "11"
recommended_python_minor = "12"
# for links to source repository
url_blob = "https://jugit.fz-juelich.de/mlz/bornagain/-/blob/main"
......
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