home.social

#pipdeptree — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pipdeptree, aggregated by home.social.

fetched live
  1. Key Points:
    ➡️ "pip show" command displays package metadata, including dependencies.
    ➡️ "pip freeze" lists all installed packages and their versions.
    ➡️ Check "requirements.txt" for project dependencies.
    ➡️ "pipdeptree" visualizes the dependency tree.
    ➡️ Use virtual environments to manage dependencies in isolation.

    sqlpey.com/python/top-5-method

    #Dependencies

  2. Key Points:
    ➡️ "pip show" command displays package metadata, including dependencies.
    ➡️ "pip freeze" lists all installed packages and their versions.
    ➡️ Check "requirements.txt" for project dependencies.
    ➡️ "pipdeptree" visualizes the dependency tree.
    ➡️ Use virtual environments to manage dependencies in isolation.

    sqlpey.com/python/top-5-method

    #Python#Dependencies #Pip #Programming #PythonPackages #pipdeptree

  3. @mariatta

    Packages still depending on six (via "pipdeptree --reverse -p six"):

    asttokens
    bleach
    fire
    html5lib
    ics
    isodate
    lplight
    Mastodon.py
    python-coveralls
    python-dateutil

    #python #six #python2 #pipdeptree

  4. @mariatta

    Packages still depending on six (via "pipdeptree --reverse -p six"):

    asttokens
    bleach
    fire
    html5lib
    ics
    isodate
    lplight
    Mastodon.py
    python-coveralls
    python-dateutil

    #python #six #python2 #pipdeptree

  5. I've added an example of Python dependency tree using into the gallery of Markdown Exec 🎉

    pawamoy.github.io/markdown-exe