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

[j.1] hugo: recommend Py 3.12; full module list in Linux Py instructions ()

Merging branch 'j.1'  into 'main'.

See merge request !2708
parents 1cc9ce62 a161e65a
No related branches found
No related tags found
1 merge request!2708hugo: recommend Py 3.12; full module list in Linux Py instructions
Pipeline #154701 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
...@@ -44,13 +46,12 @@ Then: ...@@ -44,13 +46,12 @@ Then:
# install pyenv # install pyenv
curl https://pyenv.run | bash curl https://pyenv.run | bash
#install Python (e.g. {{% recommended-python %}}) # install Python (e.g. {{% recommended-python %}})
pyenv install {{% recommended-python %}} pyenv install {{% recommended-python %}}
pyenv global {{% recommended-python %}} 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 wheel auditwheel setuptools
``` ```
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.
Please register or to comment