Newer
Older
# Installation
Python package is hosted in gitlab package registry.
You need to show pip the extra indexes:
```commandline
pip install custom-extension-example \
--extra-index-url https://forgemia.inra.fr/api/v4/projects/10919/packages/pypi/simple \
--extra-index-url https://forgemia.inra.fr/api/v4/projects/10920/packages/pypi/simple
```
Where:
- `https://forgemia.inra.fr/api/v4/projects/10919/packages/pypi/simple` is for the `stacflow-stac-extension` package
- `https://forgemia.inra.fr/api/v4/projects/10920/packages/pypi/simple` is for the `custom-extension-example` package
- [ ] Push the code on gitlab, copy-paste the schema URI in your own extension
- [ ] Bump `__version__` in `__init__.py` before each new release