diff --git a/admin-guide/configuration/packages.md b/admin-guide/configuration/packages.md index 3be9d2ca..236cb27d 100644 --- a/admin-guide/configuration/packages.md +++ b/admin-guide/configuration/packages.md @@ -75,10 +75,10 @@ base::pkg_group::nodejs: ## Install Python Modules with `pip` -The `pip` tag can be used to install Python module using `pip`: +The `pip` tag can be used to install Python module using `pip`, e.g. `pygame-utility`: ``` base::pkg_group::my_pip_modules: - - 'gitinfo:pip' + - 'pygame-utility:pip' ``` Note that packages installed with `pip` are not updated automatically.