Skip to content
Snippets Groups Projects
Verified Commit 3d267c40 authored by Robert Rosca's avatar Robert Rosca
Browse files

Remove redundant install step

parent db9fbd18
No related branches found
No related tags found
1 merge request!437Fix/requirements into setuppy
...@@ -25,7 +25,6 @@ Installation using python virtual environment - recommended ...@@ -25,7 +25,6 @@ Installation using python virtual environment - recommended
4. ``source .venv/bin/activate`` - activate the virtual environment 4. ``source .venv/bin/activate`` - activate the virtual environment
5. ``python3 -m pip install --upgrade pip`` - upgrade version of pip 5. ``python3 -m pip install --upgrade pip`` - upgrade version of pip
6. ``python3 -m pip install .`` - install the pycalibration package (add ``-e`` flag for editable development installation) 6. ``python3 -m pip install .`` - install the pycalibration package (add ``-e`` flag for editable development installation)
7. ``pip install "git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git#egg=XFELDetectorAnalysis&subdirectory=lib"``
Copy/paste script: Copy/paste script:
...@@ -38,7 +37,6 @@ Copy/paste script: ...@@ -38,7 +37,6 @@ Copy/paste script:
source .venv/bin/activate source .venv/bin/activate
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
python3 -m pip install . # `-e` flag for editable install, e.g. `pip install -e .` python3 -m pip install . # `-e` flag for editable install, e.g. `pip install -e .`
python3 -m pip install "git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git#egg=XFELDetectorAnalysis&subdirectory=lib/"
Installation into user home directory Installation into user home directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment