← 返回首页
Installing packages using virtualenv - Python Packaging User Guide Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode
Hide navigation sidebar
Hide table of contents sidebar
Skip to content
Toggle site navigation sidebar
Toggle Light / Dark / Auto color theme
Toggle table of contents sidebar
Back to top
Toggle Light / Dark / Auto color theme
Toggle table of contents sidebar

Installing packages using virtualenv

This guide discusses how to install packages using pip and virtualenv, a tool to create isolated Python environments.

Important

This “how to” guide on installing packages and using virtualenv is under development. Please refer to the virtualenv documentation for details on installation and usage.

Note

This doc uses the term package to refer to a Distribution Package which is different from an Import Package that which is used to import modules in your Python source code.

Made with Sphinx and @pradyunsg's Furo
Last updated on May 21, 2026