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
Commits
39437439
Commit
39437439
authored
7 months ago
by
Karim Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
doc: point to 3.14.4 in all places and add a comment
parent
e89b5936
No related branches found
No related tags found
1 merge request
!1044
Documentation: update installation for using python 3.11.9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+3
-1
3 additions, 1 deletion
README.rst
docs/development/installation.md
+1
-0
1 addition, 0 deletions
docs/development/installation.md
with
4 additions
and
1 deletion
README.rst
+
3
−
1
View file @
39437439
...
...
@@ -54,6 +54,7 @@ Copy/paste script:
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
...
...
@@ -72,7 +73,7 @@ will downgrade/upgrade your local packages, which may cause major issues and may
installation method instead.
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
--branch 3.14.4
clone 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. ``pip install .`` - install the pycalibration package (add ``-e`` flag for editable development installation)
5. ``export PATH=$HOME/.local/bin:$PATH`` - make sure that the home directory is in the PATH environment variable
...
...
@@ -83,6 +84,7 @@ Copy/paste script:
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
pyenv shell 3.8.18
cd pycalibration
pip install --user . # `-e` flag for editable install, e.g. `pip install -e .`
...
...
This diff is collapsed.
Click to expand it.
docs/development/installation.md
+
1
−
0
View file @
39437439
...
...
@@ -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
...
...
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