Skip to content

Commit 06adf70

Browse files
committed
docs: install.md: update with registry proxy
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent 208e3a1 commit 06adf70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and then pass the `--index-url` option to the install command to tell pip to
1919
pull packages from the registry associated with this project, e.g.,
2020

2121
```bash
22-
python -m pip install scipy --index-url https://gitlab.com/api/v4/projects/riseproject%2Fpython%2Fwheel_builder/packages/pypi/simple
22+
python -m pip install scipy --index-url https://pypi.riseproject.dev/simple/
2323
```
2424

2525
{: .note }
@@ -30,7 +30,7 @@ python -m pip install scipy --index-url https://gitlab.com/api/v4/projects/risep
3030
> To make sure to always install the latest version available, use
3131
>
3232
> ```bash
33-
> python -m pip install scipy --prefer-binary --extra-index-url https://gitlab.com/api/v4/projects/riseproject%2Fpython%2Fwheel_builder/packages/pypi/simple
33+
> python -m pip install scipy --prefer-binary --extra-index-url https://pypi.riseproject.dev/simple/
3434
> ```
3535
>
3636
> This will:

0 commit comments

Comments
 (0)