diff options
Diffstat (limited to 'python/PACKAGE.rst')
-rw-r--r-- | python/PACKAGE.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/PACKAGE.rst b/python/PACKAGE.rst index 1bbfe1b58e..05ea7789fc 100644 --- a/python/PACKAGE.rst +++ b/python/PACKAGE.rst @@ -31,3 +31,7 @@ official `GitLab mirror <https://gitlab.com/qemu-project/qemu>`_. Please report bugs on the `QEMU issue tracker <https://gitlab.com/qemu-project/qemu/-/issues>`_ and tag ``@jsnow`` in the report. + +Optional packages necessary for running code quality analysis for this +package can be installed with the optional dependency group "devel": +``pip install qemu[devel]``. |