Home
last modified time | relevance | path

Searched full:installing (Results 1 – 25 of 1557) sorted by relevance

12345678910>>...63

/external/python/cpython3/Doc/installing/
Dindex.rst6 Installing Python Modules
42 defaults to installing ``pip`` into all created virtual environments.
71 <https://packaging.python.org/installing/#creating-virtual-environments>`__
91 adjust the system PATH environment variable was selected when installing
112 Installing packages into an active virtual environment uses the commands shown
117 `Python Packaging User Guide: Installing Python Distribution Packages
118 <https://packaging.python.org/installing/>`__
135 `Python Packaging User Guide: Requirements for Installing Packages
136 <https://packaging.python.org/installing/#requirements-for-installing-packages>`__
139 .. installing-per-user-installation:
[all …]
/external/python/cpython2/Doc/installing/
Dindex.rst6 Installing Python Modules
41 is defaults to installing ``pip`` into all created virtual environments.
80 adjust the system PATH environment variable was selected when installing
102 `Python Packaging User Guide: Installing Python Distribution Packages
103 <https://packaging.python.org/en/latest/installing/>`__
120 `Python Packaging User Guide: Requirements for Installing Packages
121 <https://packaging.python.org/en/latest/installing/#requirements-for-installing-packages>`__
124 .. installing-per-user-installation:
145 `Python Packaging User Guide: Installing Scientific Packages
182 Installing into the system Python on Linux
[all …]
/external/mesa3d/.gitlab-ci/windows/
Dmesa_deps_rust.ps11 # Installing rust compiler
7 Write-Host "Installing rust at:"
12 Write-Host "Installing rust toolchain"
16 Write-Host "Installing rust finished at:"
Dmesa_deps_choco.ps112 Write-Host "Installing graphics tools (DirectX debug layer) at:"
34 Write-Host "Installing Chocolatey at:"
40 Write-Host "Installing Chocolatey packages at:"
69 Write-Host "Installing python packages at:"
76 Write-Host "Installing python packages finished at:"
Dmesa_deps_vulkan_sdk.ps116 Write-Host "Installing Vulkan-SDK at:"
29 Write-Host "Installing Vulkan-Runtime at:"
38 Write-Host "Installing Vulkan-Runtime finished at:"
/external/python/cpython3/Doc/tutorial/
Dvenv.rst20 the requirements are in conflict and installing either version 1.0 or 2.0
106 "freeze", etc. (Consult the :ref:`installing-index` guide for
116 Installing collected packages: novas
128 Installing collected packages: requests
140 Installing collected packages: requests
203 Installing collected packages: novas, numpy, requests
207 ``pip`` has many more options. Consult the :ref:`installing-index`
/external/openthread/script/
Dbootstrap38 echo 'Installing pretty tools useful for code contributions...'
55 echo 'Installing toolchain dependencies...'
61 echo 'Installing GNU Arm Embedded Toolchain...'
94 echo 'Installing toolchain dependencies...'
99 echo 'Installing GNU Arm Embedded Toolchain...'
111 echo 'Installing pretty tools useful for code contributions...'
/external/grpc-grpc/src/python/grpcio/
DREADME.rst20 Installing From PyPI
23 If you are installing locally...
49 Installing From Source
84 You can fix it by installing `python-dev` package. i.e
/external/python/cpython2/Doc/library/
Densurepip.rst19 needed if installing ``pip`` was skipped when installing Python (or
30 :ref:`installing-index`
31 The end user guide for installing Python packages
106 *user* indicates whether to use the user scheme rather than installing
Ddistutils.rst1 :mod:`distutils` --- Building and installing Python modules
5 :synopsis: Support for building and installing Python modules into an
10 The :mod:`distutils` package provides support for building and installing
/external/llvm/tools/msbuild/
Dinstall.bat3 echo Installing MSVC integration...
52 REM Routine for installing v100 toolchain.
63 REM Routine for installing v110 toolchain.
80 REM Routine for installing v120 toolchain.
97 REM Routine for installing v140 toolchain.
/external/python/cpython3/Doc/library/
Densurepip.rst23 needed if installing ``pip`` was skipped when installing Python (or
35 :ref:`installing-index`
36 The end user guide for installing Python packages
108 *user* indicates whether to use the user scheme rather than installing
Ddistutils.rst1 :mod:`distutils` --- Building and installing Python modules
5 :synopsis: Support for building and installing Python modules into an
17 The :mod:`distutils` package provides support for building and installing
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
DREADME.rst15 Installing From PyPI
18 If you are installing locally...
48 Installing From Source
78 * **... see compiler errors on some platforms when either installing from source or from the source…
89 You can fix it by installing `python-dev` package. i.e
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
DREADME.rst15 Installing From PyPI
18 If you are installing locally...
48 Installing From Source
104 * **... see compiler errors on some platforms when either installing from source or from the source…
115 You can fix it by installing `python-dev` package. i.e
/external/perfetto/ui/src/frontend/
Dservice_worker_controller.ts82 if (sw.state === 'installing') {
131 // no SW is installed yet. In this case |installing| will be set.
134 this.monitorWorker(registration.installing);
139 this.monitorWorker(registration.installing);
147 get installing() { method in ServiceWorkerController
/external/libcups/
DMakefile169 echo Installing data files in $$dir... ;\
172 echo Installing cups-config script...
183 echo Installing header files in $$dir... ;\
187 echo Installing config.h into $(PRIVATEINCLUDE)...; \
199 echo Installing programs in $$dir... ;\
210 echo Installing libraries in $$dir... ;\
/external/expat/expat/
DCMake.README29 -- Installing: /usr/local/lib/pkgconfig/expat.pc
30 -- Installing: /usr/local/bin/xmlwf
31 -- Installing: /usr/local/share/man/man1/xmlwf.1
/external/python/setuptools/docs/deprecated/
Deasy_install.rst15 Please share your experiences with us! If you encounter difficulty installing
34 Installing "Easy Install"
45 are installing to Python's primary ``site-packages`` directory. If this is
47 Locations`_ before installing. (And, on Windows, you should not use the
48 ``.exe`` installer when installing to an alternate location.)
72 Similarly, if you can run ``easy_install``, and it appears to be installing
82 Installing setuptools will provide an ``easy_install`` command according to
88 Downloading and Installing a Package
97 version, and automatically downloading, building, and installing it::
107 automatically building and installing it::
[all …]
/external/python/setuptools/setuptools/_distutils/command/
Dinstall_data.py3 Implements the Distutils 'install_data' command, for installing
18 "base directory for installing data files "
50 "'%s' -- installing right in '%s'" %
/external/python/cpython2/Lib/distutils/command/
Dinstall_data.py3 Implements the Distutils 'install_data' command, for installing
20 "base directory for installing data files "
52 "'%s' -- installing right in '%s'" %
/external/python/cpython3/Lib/distutils/command/
Dinstall_data.py3 Implements the Distutils 'install_data' command, for installing
18 "base directory for installing data files "
50 "'%s' -- installing right in '%s'" %
/external/libcups/scheduler/
DMakefile167 echo Installing init scripts...; \
179 echo Installing init script...; \
184 echo Installing launchd configuration files...; \
190 echo Installing SMF manifest in $(SMFMANIFESTDIR)...;\
195 echo Installing systemd configuration files...; \
203 echo Installing xinetd configuration file for cups-lpd...; \
214 echo Installing programs in $(SBINDIR)...
218 echo Installing programs in $(SERVERBIN)/daemon...
/external/tensorflow/tensorflow/python/compiler/tensorrt/
DREADME.md6 ## Installing TF-TRT
15 https://docs.nvidia.com/deeplearning/dgx/index.html#installing-frameworks-for-jetson
17 ## Installing TensorRT
/external/libcups/man/
DMakefile115 echo Installing man pages in $(MANDIR)/man1...
120 echo Installing man pages in $(MANDIR)/man5...
125 echo Installing man pages in $(MANDIR)/man7...
132 echo Installing man pages in $(MANDIR)/man8...

12345678910>>...63