Skip to content

Commit

Permalink
Merge pull request #164 from eccenca/feature/pythonPackageConfig-CMEM…
Browse files Browse the repository at this point in the history
…-5692

clarify Example Value
  • Loading branch information
seebi authored Aug 16, 2024
2 parents d9ffbd7 + 6d80984 commit 18e364c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/python-plugins/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ This section describes which backend components are needed on the DataIntegratio
The basic setup allows for installation of packages from the [pypi.org](https://pypi.org/search/?q=%22cmem-plugin-%22) python package index, maintained by the [Python Software Foundation](https://www.python.org/psf-landing/).
In order to change the index server, from where you can install python packages, you can use the following environment variables:

- `PIP_INDEX_URL` - Base URL of the default python package index Base URL. This should point to a repository which is compliant with [PEP 503 (the simple repository API)](https://peps.python.org/pep-0503/).
- Default Value: `https://pypi.python.org/simple`
- `PIP_INDEX_URL` - Base URL of the default python package index Base URL. This should point to a repository which is compliant with [PEP 503 (the simple repository API)](https://peps.python.org/pep-0503/). If this variable is not set, the [official Python Package Index](https://pypi.python.org/simple) is used.
- Example Value: `https://pypi.eccenca.com/simple` (the eccenca Python Package Index holds only published Corporate Memory Python Plugins and respective dependencies)
- Changing this value means, that you can install packages **only** from this repository.
- `PIP_EXTRA_INDEX_URL` - Extra URLs of package indexes to use in addition to the default package index.
- Example Value: `https://pypi.eccenca.com/simple https://example.org/simple`
Expand Down

0 comments on commit 18e364c

Please sign in to comment.