pylint may be available as pylint3 or pylint

This commit is contained in:
Sarah Hoffmann
2021-01-15 10:52:25 +01:00
parent 7cf9d459d6
commit d9998bfab3
2 changed files with 11 additions and 4 deletions

View 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
```