From 6f7e20d2e94c163599a16c23d7089a8317c46f55 Mon Sep 17 00:00:00 2001
From: Mathis Kelm <mathis.kelm@iws.uni-stuttgart.de>
Date: Thu, 2 Feb 2023 16:01:55 +0100
Subject: [PATCH] [python] Update description in README

---
 python/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/README.md b/python/README.md
index 3da688c876..0cb81e2bb1 100644
--- a/python/README.md
+++ b/python/README.md
@@ -132,7 +132,7 @@ pylint build-cmake/python/dumux
 ```
 
 Pylint needs to be able to check imports so the modules need to be properly set up
-with `setup-dunepy.py` (see above). The `pylint` configuration file `dumux/.pylintrc` can
+with `setup-python-env.sh` for Dune versions 2.8 or older (see above). The `pylint` configuration file `dumux/.pylintrc` can
 be used to configure `pylint`. Some exceptions or other parameters than the default
 might be sensible in the future but generally advice given by `pylint` leads to better code.
 Different from `black`, `pylint` does no itself fix the code, you need to do this yourself.
-- 
GitLab