]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/develop/Development-Environment.md
add pylint to list of required linting tools
[nominatim.git] / docs / develop / Development-Environment.md
index 86df1fb9661f61545d7d2142eeb78d6783eb4e3c..36b34ccbe76ce4abf8eddf4b36ac54dd64a18a15 100644 (file)
@@ -31,6 +31,7 @@ unit tests (using PHPUnit). It has the following additional requirements:
 * [behave test framework](https://behave.readthedocs.io) >= 1.2.5
 * [phpunit](https://phpunit.de) >= 7.3
 * [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
+* [Pylint](https://pylint.org/)
 
 The documentation is built with mkdocs:
 
@@ -46,7 +47,7 @@ To install all necessary packages run:
 
 ```sh
 sudo apt install php-cgi phpunit php-codesniffer \
-                 python3-pip python3-setuptools python3-dev
+                 python3-pip python3-setuptools python3-dev pylint3
 
 pip3 install --user behave mkdocs
 ```