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
3d267c40
Verified
Commit
3d267c40
authored
4 years ago
by
Robert Rosca
Browse files
Options
Downloads
Patches
Plain Diff
Remove redundant install step
parent
db9fbd18
No related branches found
No related tags found
1 merge request
!437
Fix/requirements into setuppy
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+0
-2
0 additions, 2 deletions
README.rst
with
0 additions
and
2 deletions
README.rst
+
0
−
2
View file @
3d267c40
...
@@ -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
...
...
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