Région de recherche :

Date :

https://pypi.org

PyPI · The Python Package Index

The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community. Learn about installing packages. Package authors use PyPI to distribute their software. Learn how to package your Python code for PyPI.

https://www.python.org › downloads

Download Python | Python.org

Download the latest version of Python. Download Python 3.12.6. Looking for Python with a different OS? Python for Windows, Linux/UNIX, macOS, Other. Want to help test development versions of Python 3.13? Prereleases, Docker images. Active Python Releases. For more information visit the Python Developer's Guide.

https://packaging.python.org › tutorials › installing-packages

Installing Packages - Python Packaging User Guide

This section covers the basics of how to install Python packages. It’s important to note that the term “package” in this context is being used to describe a bundle of software to be installed (i.e. as a synonym for a distribution).

https://python.land › virtual-environments › installing-packages-with-pip

Pip Install: How To Install and Remove Python Packages

Learn how to use pip, the Python package manager, to install and remove Python packages in different environments. Find out how to use requirements.txt, custom repositories, editable install, and more pip commands.

Pip Install: How To Install and Remove Python Packages

https://pypi.org › project › pip

pip · PyPI

pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. Please take a look at our documentation for how to install and use pip: Installation; Usage; We release updates regularly, with a new version every 3 months. Find more details in our documentation: Release ...

https://docs.python.org › 3 › installing

Installing Python Modules — Python 3.12.6 documentation

Learn how to use pip, venv, and other tools to install and manage Python packages from the Python Package Index or other sources. Find answers to common questions and issues related to installing Python modules.

https://pip.pypa.io › en › stable › cli › pip_download

pip download - pip documentation v24.2

Download packages from: PyPI (and other indexes) using requirement specifiers. VCS project urls. Local project directories. Local or remote source archives. pip also supports downloading from “requirements files”, which provide an easy way to specify a whole environment to be downloaded. Overview ¶.

https://stackoverflow.com › questions › 11091623

python - How to install packages offline? - Stack Overflow

The pip download command lets you download packages without installing them: pip download -r requirements.txt (In previous versions of pip, this was spelled pip install --download -r requirements.txt .)

python - How to install packages offline? - Stack Overflow

https://pip.pypa.io › en › stable › installation

Installation - pip documentation v24.2

Installation ¶. Usually, pip is automatically installed if you are: working in a virtual environment. using Python downloaded from python.org. using Python that has not been modified by a redistributor to remove ensurepip. Supported Methods ¶.

https://www.jetbrains.com › help › pycharm › installing-uninstalling-and-upgrading-packages.html

Install, uninstall, and upgrade packages | PyCharm

PyCharm provides methods for installing, uninstalling, and upgrading Python packages for a particular Python interpreter. It means that each project has its own set of packages, which is considered a best practice for Python dependency management. By default, PyCharm uses