]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: add types-psutil requirement
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 8 Aug 2022 07:46:25 +0000 (09:46 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Nov 2022 14:39:47 +0000 (15:39 +0100)
docs/develop/Development-Environment.md

index 58f802f17020a3f1c12dedd1c2fdb510eb7bec9d..c6515d2c5aabef56ecc61c35e5fd52a86b9efd87 100644 (file)
@@ -55,8 +55,8 @@ To install all necessary packages run:
 sudo apt install php-cgi phpunit php-codesniffer \
                  python3-pip python3-setuptools python3-dev
 
-pip3 install --user behave mkdocs mkdocstrings pytest \
-                    pylint mypy types-PyYAML types-jinja2 types-psycopg2
+pip3 install --user behave mkdocs mkdocstrings pytest pylint \
+                    mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil
 ```
 
 The `mkdocs` executable will be located in `.local/bin`. You may have to add