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
e89b5936
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
e89b5936
doc(temp): pointing branch 3.14.4 as a temp resort untill we have a new pyenv
· e89b5936
Karim Ahmed
authored
7 months ago
docs/development/installation.md
+
1
−
1
Options
@@ -29,7 +29,7 @@ to manage different versions of python. This can be activated with
A quick setup would be:
1.
`source /gpfs/exfel/sw/calsoft/.pyenv/bin/activate`
2.
`git clone ssh://git@git.xfel.eu:10022/detectors/pycalibration.git && cd pycalibration`
-
2.
`git clone
--branch 3.14.4
ssh://git@git.xfel.eu:10022/detectors/pycalibration.git && cd pycalibration`
-
clone the offline calibration package from EuXFEL GitLab
3.
`pyenv shell 3.8.18`
- load required version of python
4.
`python3 -m venv .venv`
- create the virtual environment
Loading