@@ -4,9 +4,12 @@ Endless Lifecycle Support (ELS) for Runtimes & Libraries from TuxCare provides s
44
55## Supported Python Libraries
66
7- * ** certifi:** 2021.10.8, 2022.12.7, 2023.7.22
7+ * ** certifi**
8+ * ** cryptography**
89
9- * Other libraries upon request.
10+ ** Supported architecture:** x86_64.
11+
12+ * Other libraries and architectures upon request.
1013
1114## Connection to ELS for Python Libraries Repository
1215
@@ -28,7 +31,7 @@ You can install or upgrade a package directly using the ELS repository with your
2831
2932``` text
3033pip install --upgrade \
31- -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 \
3235 <package>
3336```
3437
@@ -47,10 +50,10 @@ This method is recommended if you want to use only ELS-patched Python packages f
4750 <CodeTabs : tabs ="[
4851 { title: 'Linux/macOS (~ /.pip/pip.conf)', content:
4952 `[ global]
50- index-url =
https://username:[email protected] /repository/els-python /simple` },
53+ index-url =
https://username:[email protected] /repository/els_python /simple` },
5154 { title: 'Windows (%APPDATA%\pip\pip.ini)', content:
5255 `[ global]
53- index-url =
https://username:[email protected] /repository/els-python /simple` }
56+ index-url =
https://username:[email protected] /repository/els_python /simple` }
5457 ] " />
5558
56592 . Run the command to install the latest package version:
@@ -84,10 +87,10 @@ If you want to keep using public PyPI and fetch only specific patched packages f
8487 <CodeTabs : tabs ="[
8588 { title: 'Linux/macOS (~ /.pip/pip.conf)', content:
8689 `[ global]
87- extra-index-url =
https://username:[email protected] /repository/els-python /simple` },
90+ extra-index-url =
https://username:[email protected] /repository/els_python /simple` },
8891 { title: 'Windows (%APPDATA%\pip\pip.ini)', content:
8992 `[ global]
90- extra-index-url =
https://username:[email protected] /repository/els-python /simple` }
93+ extra-index-url =
https://username:[email protected] /repository/els_python /simple` }
9194 ] " />
9295
93962 . Run the command to install a specific patched TuxCare version, for example:
0 commit comments