diff --git a/admin-guide/configuration/packages.md b/admin-guide/configuration/packages.md index bedac529..be01e574 100644 --- a/admin-guide/configuration/packages.md +++ b/admin-guide/configuration/packages.md @@ -70,10 +70,18 @@ Note that this tag can be combined with the `latest` and `absent` tag. RHEL 8 introduced the concept of [module streams](https://docs.pagure.org/modularity/). A specific stream can be selected with the `stream` tag: ``` -base::pkg_group::nodejos: +base::pkg_group::nodejs: - 'nodejs:stream=12' ``` +## Install Python Modules with `pip` + +The `pip` tag can be used to install Python module using `pip`: +``` +base::pkg_group::my_pip_modules: + - 'gitinfo:pip' +``` + ## Remove Packages To remove an already installed package, append the `:absent` tag to the package name in the package group: