1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-22 02:50:32 +03:00

Added instructions to install static analysers

This commit is contained in:
Игорь Чудов 2020-01-15 14:53:21 +04:00
parent c62397a6fd
commit 09c343895f
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -3,6 +3,7 @@
## Contents
* [Introduction](#introduction)
* [Development](#development)
* [License](#license)
* * *
@ -12,6 +13,21 @@
GPOA is a facility to fetch, reinterpret and apply GPOs from Windows
Active Directory domains in UNIX environments.
## Development
This project needs some additional dependencies for development
purposes (static analisys):
* python3-module-setuptools
* python3-module-pip
* python3-module-pylint
And then you may install prospector like:
```sh
# pip install prospector[with_pyroma]
```
## License
Copyright (C) 2019-2020 BaseALT Ltd.