Skip to content

Commit ff85696

Browse files
authored
Update README.md
1 parent 5bbe001 commit ff85696

File tree

1 file changed

+5
-5
lines changed
  • docs/els-for-languages/python-libraries

1 file changed

+5
-5
lines changed

docs/els-for-languages/python-libraries/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can install or upgrade a package directly using the ELS repository with your
3131

3232
```text
3333
pip install --upgrade \
34-
-i https://<username>:<password>@nexus-repo.corp.cloudlinux.com/repository/els_python/simple \
34+
-i https://<username>:<password>@nexus.repo.corp.cloudlinux.com/repository/els_python/simple \
3535
<package>
3636
```
3737

@@ -50,10 +50,10 @@ This method is recommended if you want to use only ELS-patched Python packages f
5050
<CodeTabs :tabs="[
5151
{ title: 'Linux/macOS (~/.pip/pip.conf)', content:
5252
`[global]
53-
index-url = https://username:password@nexus-repo.corp.cloudlinux.com/repository/els_python/simple` },
53+
index-url = https://username:password@nexus.repo.corp.cloudlinux.com/repository/els_python/simple` },
5454
{ title: 'Windows (%APPDATA%\pip\pip.ini)', content:
5555
`[global]
56-
index-url = https://username:password@nexus-repo.corp.cloudlinux.com/repository/els_python/simple` }
56+
index-url = https://username:password@nexus.repo.corp.cloudlinux.com/repository/els_python/simple` }
5757
]" />
5858

5959
2. Run the command to install the latest package version:
@@ -87,10 +87,10 @@ If you want to keep using public PyPI and fetch only specific patched packages f
8787
<CodeTabs :tabs="[
8888
{ title: 'Linux/macOS (~/.pip/pip.conf)', content:
8989
`[global]
90-
extra-index-url = https://username:password@nexus-repo.corp.cloudlinux.com/repository/els_python/simple` },
90+
extra-index-url = https://username:password@nexus.repo.corp.cloudlinux.com/repository/els_python/simple` },
9191
{ title: 'Windows (%APPDATA%\pip\pip.ini)', content:
9292
`[global]
93-
extra-index-url = https://username:password@nexus-repo.corp.cloudlinux.com/repository/els_python/simple` }
93+
extra-index-url = https://username:password@nexus.repo.corp.cloudlinux.com/repository/els_python/simple` }
9494
]" />
9595

9696
2. Run the command to install a specific patched TuxCare version, for example:

0 commit comments

Comments
 (0)