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