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:
parent
c62397a6fd
commit
09c343895f
16
README.md
16
README.md
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user