From 1bf6a286d296f285ddad3e06f94d85affe928c44 Mon Sep 17 00:00:00 2001 From: zyxue Date: Tue, 12 Apr 2016 15:48:33 -0700 Subject: [PATCH] added command for installing from github develop branch --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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.