Skip to content
Snippets Groups Projects

Documentation: update installation for using python 3.11.9

Merged Karim Ahmed requested to merge doc/temp_installation_update into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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