Home
last modified time | relevance | path

Searched full:pip (Results 1 – 25 of 46) sorted by relevance

12

/qemu/python/scripts/
H A Dmkvenv.py91 # Try to load distlib, with a fallback to pip's vendored version.
100 # Reach into pip's cookie jar. pylint and flake8 don't understand
102 from pip._vendor import distlib
103 import pip._vendor.distlib.scripts # noqa, pylint: disable=unused-import
104 import pip._vendor.distlib.version # noqa, pylint: disable=unused-import
143 "ensurepip" is replaced if possible with just recreating pip's
277 Tests for the presence of setuptools and pip.
283 if find_spec("setuptools") and find_spec("pip"):
300 "first place by installing pip and setuptools for "
313 "first place by installing pip and setuptools for "
[all …]
H A Dvendor.py56 "pip",
/qemu/python/
H A DREADME.rst8 ``setup.py`` is used by ``pip`` to install this tooling to the current
22 above, pip will install in "editable" mode. This installs the package as
35 See `Installing packages using pip and virtual environments
36 <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_
84 - ``setup.py`` is the setuptools installer used by pip; See above.
H A Dsetup.cfg122 [mypy-pip._vendor.distlib]
125 [mypy-pip._vendor.distlib.scripts]
128 [mypy-pip._vendor.distlib.version]
183 # on all supported python versions. To use it, "pip install tox" and
H A Dsetup.py18 CLI option will invoke the deprecated bdist_egg hook. "pip install"
24 'Please use `pip install .` instead.'
H A DMakefile57 PIP_INSTALL = pip install --disable-pip-version-check
H A DPACKAGE.rst37 ``pip install qemu[devel]``.
/qemu/tests/lcitool/
H A Dmappings.yml37 python3-pip:
38 OpenSUSELeap15: python311-pip
69 OpenSUSELeap15: python311-pip
/qemu/tests/
H A DMakefile.include94 quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \
95 $(PYTHON) -m pip -q --disable-pip-version-check $1, \
99 $(call quiet-venv-pip,install -e "$(SRC_PATH)/python/")
/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-14.vars13 PIP3='/usr/local/bin/pip'
14 …rses nettle ninja opencv pixman pkgconf png py311-numpy py311-pillow py311-pip py311-pyyaml py311-…
/qemu/tests/vm/generated/
H A Dfreebsd.json8 "pip3": "/usr/local/bin/pip",
57 "py311-pip",
/qemu/tests/docker/dockerfiles/
H A Dpython.docker11 python3-pip \
H A Ddebian-tricore-cross.docker32 python3-pip \
H A Ddebian-legacy-test-cross.docker36 python3-pip \
H A Ddebian-loongarch-cross.docker32 python3-pip \
H A Ddebian-hexagon-cross.docker25 python3-pip \
H A Dalpine.docker88 py3-pip \
H A Dopensuse-leap.docker97 python311-pip \
H A Dfedora-win64-cross.docker51 python3-pip \
/qemu/docs/about/
H A Dbuild-platforms.rst111 Package Index (PyPI) via ``pip``, in order to build QEMU.
135 also be installed using ``pip``. Cross compilers are another example
/qemu/tests/lcitool/projects/
H A Dqemu.yml98 - python3-pip
/qemu/scripts/ci/setup/ubuntu/
H A Dubuntu-2204-aarch64.yaml110 - python3-pip
H A Dubuntu-2204-s390x.yaml108 - python3-pip
H A Dubuntu-2204-armhf-cross.yml43 - python3-pip
/qemu/docs/devel/
H A Dbuild-system.rst145 or with the wrong ``pip`` program.
150 virtual environment with ``pip``, either from wheels in ``python/wheels``
158 same mechanism that ``pip`` uses when installing a package.
493 ``pyvenv/bin``, and calling ``pip`` to install dependencies.

12