diff options
Diffstat (limited to 'python/README.rst')
-rw-r--r-- | python/README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/README.rst b/python/README.rst index bf9bbca979..954870973d 100644 --- a/python/README.rst +++ b/python/README.rst @@ -24,6 +24,10 @@ which installs a version of the package that installs a forwarder pointing to these files, such that the package always reflects the latest version in your git tree. +Installing ".[devel]" instead of "." will additionally pull in required +packages for testing this package. They are not runtime requirements, +and are not needed to simply use these libraries. + See `Installing packages using pip and virtual environments <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_ for more information. |