Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

added command for installing from github develop branch #158

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added command for installing from github develop branch
zyxue committed Apr 12, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1bf6a286d296f285ddad3e06f94d85affe928c44
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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 <http://pycallgraph.slowchop.com/en/develop/guide/command_line_usage.html>`_ for a quick visualization of your Python script, or the `pycallgraph module <http://pycallgraph.slowchop.com/en/develop/api/pycallgraph.html>`_ for more fine-grained settings.