mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-08-25 09:49:53 +03:00
Added instructions to install static analysers
This commit is contained in:
16
README.md
16
README.md
@ -3,6 +3,7 @@
|
|||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
* [Introduction](#introduction)
|
* [Introduction](#introduction)
|
||||||
|
* [Development](#development)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
@ -12,6 +13,21 @@
|
|||||||
GPOA is a facility to fetch, reinterpret and apply GPOs from Windows
|
GPOA is a facility to fetch, reinterpret and apply GPOs from Windows
|
||||||
Active Directory domains in UNIX environments.
|
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
|
## License
|
||||||
|
|
||||||
Copyright (C) 2019-2020 BaseALT Ltd.
|
Copyright (C) 2019-2020 BaseALT Ltd.
|
||||||
|
Reference in New Issue
Block a user