From e89b59368386401657e7986342b5da6ff8b4ab00 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Tue, 6 Aug 2024 15:45:01 +0200
Subject: [PATCH] doc(temp): pointing branch 3.14.4 as a temp resort untill we
 have a new pyenv

---
 README.rst                       | 2 +-
 docs/development/installation.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 2e903e246..bb1f12e58 100644
--- a/README.rst
+++ b/README.rst
@@ -41,7 +41,7 @@ python. This can be activated with ``source /gpfs/exfel/sw/calsoft/.pyenv/bin/ac
 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`` - clone the offline calibration package from EuXFEL GitLab
+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
 5. ``source .venv/bin/activate`` - activate the virtual environment
diff --git a/docs/development/installation.md b/docs/development/installation.md
index 158b2fca2..8595f1404 100644
--- a/docs/development/installation.md
+++ b/docs/development/installation.md
@@ -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
-- 
GitLab