@@ -9,7 +9,7 @@ Endless Lifecycle Support (ELS) for Runtimes & Libraries from TuxCare provides s
99
1010  ** Supported architecture:**  x86_64.
1111
12- *   Other libraries and architectures upon request.
12+ Other libraries and architectures upon request.
1313
1414## Connection to ELS for Python Libraries Repository  
1515
@@ -31,7 +31,7 @@ You can install or upgrade a package directly using the ELS repository with your
3131
3232``` text 
3333pip install --upgrade \ 
34-   -i https://<username>:<password>@nexus.repo.corp.cloudlinux .com/repository/els_python/simple \ 
34+   -i https://<username>:<password>@nexus.repo.tuxcare .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:[email protected] .corp.cloudlinux .com/repository/els_python/simple`  },
53+    index-url = 
https://username:[email protected] .tuxcare .com/repository/els_python/simple`  },
5454   { title: 'Windows (%APPDATA%\pip\pip.ini)', content:
5555   `[ global] 
56-    index-url = 
https://username:[email protected] .corp.cloudlinux .com/repository/els_python/simple`  }
56+    index-url = 
https://username:[email protected] .tuxcare .com/repository/els_python/simple`  }
5757   ] " />
5858
59592 .  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:[email protected] .corp.cloudlinux .com/repository/els_python/simple`  },
90+    extra-index-url = 
https://username:[email protected] .tuxcare .com/repository/els_python/simple`  },
9191   { title: 'Windows (%APPDATA%\pip\pip.ini)', content:
9292   `[ global] 
93-    extra-index-url = 
https://username:[email protected] .corp.cloudlinux .com/repository/els_python/simple`  }
93+    extra-index-url = 
https://username:[email protected] .tuxcare .com/repository/els_python/simple`  }
9494   ] " />
9595
96962 .  Run the command to install a specific patched TuxCare version, for example:
0 commit comments