File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and then pass the `--index-url` option to the install command to tell pip to
1919pull 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:
You can’t perform that action at this time.
0 commit comments