Skip to content
Snippets Groups Projects
Commit 562eff06 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Merge branch 'fix/readme-pip-index' into 'master'

Fix missing index url in README

See merge request !1135
parents 3a6c64da 69a8acad
No related branches found
No related tags found
1 merge request!1135Fix missing index url in README
......@@ -40,7 +40,7 @@ source .venv/bin/activate
# Install pycalibration
python3 -m pip install --upgrade pip
# Use 'pip install -e .' for editable install
python3 -m pip install .
python3 -m pip install --index-url https://git.xfel.eu/api/v4/groups/501/-/packages/pypi/simple .
```
### Installation into user home directory
......@@ -65,7 +65,7 @@ pyenv shell 3.11.9
# Install pycalibration
# Use 'pip install --user -e .' for editable install
pip install --user .
pip install --index-url https://git.xfel.eu/api/v4/groups/501/-/packages/pypi/simple --user .
# Update PATH
export PATH=$HOME/.local/bin:$PATH
......
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