diff --git a/python/README.md b/python/README.md
index 3da688c87670849c49f965c0625e00a00dbf1b8b..0cb81e2bb1c4f95ea370b8dd91d4fd1f56262063 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.