From a161e65af335ca31896a4c408a001ce663cb2d56 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 5 Aug 2024 18:08:52 +0200
Subject: [PATCH] + setuptools

---
 hugo/content/installation/py/linux.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/hugo/content/installation/py/linux.md b/hugo/content/installation/py/linux.md
index fcacffdbf1c..8c21957dee0 100644
--- a/hugo/content/installation/py/linux.md
+++ b/hugo/content/installation/py/linux.md
@@ -52,9 +52,6 @@ pyenv global {{% recommended-python %}}
 which python # shows path in virtual environment
 
 # install Python modules
-pip install numpy matplotlib corner emcee lmfit scipy tqdm
-
-# as developer, install some more modules
-pip install wheel auditwheel
+pip install numpy matplotlib corner emcee lmfit scipy tqdm wheel auditwheel setuptools
 ```
 For explanations, see the page on required or recommended [modules](/installation/py/modules/).
-- 
GitLab