]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/develop/Development-Environment.md
pylint may be available as pylint3 or pylint
[nominatim.git] / docs / develop / Development-Environment.md
index 36b34ccbe76ce4abf8eddf4b36ac54dd64a18a15..75324e716f58829f07e4717718df33c5dbee9771 100644 (file)
@@ -47,7 +47,7 @@ To install all necessary packages run:
 
 ```sh
 sudo apt install php-cgi phpunit php-codesniffer \
-                 python3-pip python3-setuptools python3-dev pylint3
+                 python3-pip python3-setuptools python3-dev pylint
 
 pip3 install --user behave mkdocs
 ```