diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-12-16 00:59:50 +0100 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-12-16 00:59:50 +0100 |
commit | efb7728e510cd3eb4bd8cc524a787e410e7c0fb0 (patch) | |
tree | 4c4ce107c580c20bff1733e377c44e92cb9b44b4 /DEVGUIDE.rst | |
parent | 4ce68ef999e1f8e3f37830e8123a56439652ccab (diff) | |
download | psutil-efb7728e510cd3eb4bd8cc524a787e410e7c0fb0.tar.gz |
minor DEVGUIDE update
Diffstat (limited to 'DEVGUIDE.rst')
-rw-r--r-- | DEVGUIDE.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DEVGUIDE.rst b/DEVGUIDE.rst index 95bea79a..93dfa690 100644 --- a/DEVGUIDE.rst +++ b/DEVGUIDE.rst @@ -1,6 +1,6 @@ -===== -Setup -===== +======================= +Setup and running tests +======================= If you plan on hacking on psutil this is what you're supposed to do first: |