aboutsummaryrefslogtreecommitdiff
path: root/python/PACKAGE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'python/PACKAGE.rst')
-rw-r--r--python/PACKAGE.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/PACKAGE.rst b/python/PACKAGE.rst
index 05ea7789fc..b0b86cc4c3 100644
--- a/python/PACKAGE.rst
+++ b/python/PACKAGE.rst
@@ -35,3 +35,9 @@ 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]``.
+
+``make develop`` can be used to install this package in editable mode
+(to the current environment) *and* bring in testing dependencies in one
+command.
+
+``make check`` can be used to run the available tests.