diff --git a/README.rst b/README.rst index a3d0972..ca6a470 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,10 @@ Quick Start Installation is easy as:: pip install pycallgraph + +Or install the cutting-edge version:: + + pip install git+https://github.com/gak/pycallgraph.git@develop#egg=pycallgraph You can either use the `command-line interface `_ for a quick visualization of your Python script, or the `pycallgraph module `_ for more fine-grained settings.