Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
41beecaf
Commit
41beecaf
authored
7 months ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
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
!2708
hugo: recommend Py 3.12; full module list in Linux Py instructions
Pipeline
#154696
passed
7 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hugo/content/installation/py/linux.md
+4
-3
4 additions, 3 deletions
hugo/content/installation/py/linux.md
hugo/hugo.toml
+1
-1
1 addition, 1 deletion
hugo/hugo.toml
with
5 additions
and
4 deletions
hugo/content/installation/py/linux.md
+
4
−
3
View file @
41beecaf
...
...
@@ -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/
)
.
This diff is collapsed.
Click to expand it.
hugo/hugo.toml
+
1
−
1
View file @
41beecaf
...
...
@@ -24,7 +24,7 @@ PygmentsStyle = "vs"
version_name
=
"git-main"
recommended_python_major
=
"3"
recommended_python_minor
=
"1
1
"
recommended_python_minor
=
"1
2
"
# for links to source repository
url_blob
=
"https://jugit.fz-juelich.de/mlz/bornagain/-/blob/main"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment