From c6c79dd996c6fa0c32bb1b40ae2ba7ffaca72611 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 23 Jul 2024 09:50:21 +0200 Subject: [PATCH] make pip documentation less confusing --- admin-guide/configuration/packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.