About Anaconda Help Download Anaconda

Displays installed python packages in form of a dependency tree.

copied from cf-staging / pipdeptree

Installers

Info: This package contains files in non-standard labels.
  • noarch v2.23.4

conda install

To install this package run one of the following:
conda install conda-forge::pipdeptree
conda install conda-forge/label/cf202003::pipdeptree

Description

pipdeptree is a command line utility for displaying the installed python packages in form of a dependency tree. It works for packages installed globally on a machine as well as in a virtualenv. Since pip freeze shows all dependencies as a flat list, finding out which are the top level packages and which packages do they depend on requires some effort. It can also be tedious to resolve conflicting dependencies because pip doesn't yet have true dependency resolution (more on this later). This utility tries to solve this problem.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.2) Legal | Privacy Policy