Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. 18 Ιουν 2012 · 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 .)

  2. 2 Ιαν 2024 · Download the wheel file (.whl) for the desired package from PyPI or another source using a machine with internet access. Transfer the wheel file to the offline target machine using a USB drive or other storage medium. Use the Python package installer pip to install the wheel file.

  3. 12 Μαΐ 2015 · You can download these and move them to your Windows machine. Beyond those two - if you have further requirements you can use tools like basket to download packages and then provide the location as a source for offline pip installs; or create your own pip repository.

  4. 4 Σεπ 2011 · Starting from version 8.0.0 you should use pip download command: pip download <package-name>

  5. 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 ¶.

  6. Download the latest version of Python. Download Python 3.13.0. Looking for Python with a different OS? Python for Windows, Linux/UNIX, macOS, Other. Want to help test development versions of Python 3.14? Prereleases, Docker images. Join the official Python Developers Survey 2024 and have a chance to win a prize Take the 2024 survey!

  7. 10 Φεβ 2024 · Contents. Install pip. pip, pip2, and pip3. Install packages: pip install. Install packages from local or GitHub. Update packages: pip install --upgrade. Update pip itself. Uninstall packages: pip uninstall. Check details of installed packages: pip show. List installed packages: pip list, pip freeze. Check dependencies: pip check. Install pip.