Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.
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
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down