Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Merge requests
!1044
Documentation: update installation for using python 3.11.9
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Documentation: update installation for using python 3.11.9
doc/temp_installation_update
into
master
Overview
3
Commits
3
Pipelines
0
Changes
2
Merged
Karim Ahmed
requested to merge
doc/temp_installation_update
into
master
7 months ago
Overview
3
Commits
3
Pipelines
0
Changes
2
Expand
Description
How Has This Been Tested?
Relevant Documents (optional)
Types of changes
Docs (changes to the documentation)
Checklist:
Reviewers
@roscar
@schmidtp
Edited
7 months ago
by
Karim Ahmed
0
0
Merge request reports
Viewing commit
39437439
Prev
Next
Show latest version
2 files
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
39437439
doc: point to 3.14.4 in all places and add a comment
· 39437439
Karim Ahmed
authored
7 months ago
docs/development/installation.md
+
1
−
0
Options
@@ -43,6 +43,7 @@ Copy/paste script:
```
bash
source
/gpfs/exfel/sw/calsoft/.pyenv/bin/activate
git clone ssh://git@git.xfel.eu:10022/detectors/pycalibration.git
git checkout 3.14.4
# Use this version for compatibility with Python 3.8.18
cd
pycalibration
pyenv shell 3.8.18
python3
-m
venv .venv
Loading