summaryrefslogtreecommitdiff
path: root/DEVGUIDE.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-11-06 19:16:09 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-11-06 19:16:09 +0100
commitbbab187d20908cca7a51ee3ca0267ab69f7c8c9d (patch)
tree012f738bf3719517bcef0423bd9252cfdaeabc3b /DEVGUIDE.rst
parenta0a196e8e08f426fc83a3ffea20e1d5158a60b31 (diff)
downloadpsutil-bbab187d20908cca7a51ee3ca0267ab69f7c8c9d.tar.gz
provide a 'make help' command
Diffstat (limited to 'DEVGUIDE.rst')
-rw-r--r--DEVGUIDE.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEVGUIDE.rst b/DEVGUIDE.rst
index 904f4b8e..9b26fba9 100644
--- a/DEVGUIDE.rst
+++ b/DEVGUIDE.rst
@@ -23,6 +23,7 @@ If you plan on hacking on psutil this is what you're supposed to do first:
(see `make.bat <https://github.com/giampaolo/psutil/blob/master/make.bat>`_).
- do not use ``sudo``; ``make install`` installs psutil as a limited user in
"edit" mode; also ``make setup-dev-env`` installs deps as a limited user.
+- use `make help` to see the list of available commands.
============
Coding style