From fc74c30a3c7ff70f9fe7c875f9493d33eb066136 Mon Sep 17 00:00:00 2001 From: Vineet Date: Thu, 6 Feb 2014 22:39:06 +0530 Subject: [PATCH] Add a note in README --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 84c4a9f..a6aae20 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,12 @@ Installation $ pip install pipdeptree +.. note:: Needs to be installed inside every virtualenv + +If you want to use ``pipdeptree`` to view dependency tree of packages +inside a virtualenv, then it needs to be installed inside that env +even if it's already installed globally. + Usage and examples ------------------