Searched refs:pip_install (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/ |
D | build_python.sh | 173 pip_install() { function 180 pip_install gevent==1.3.b1 183 pip_install -U gevent 188 pip_install --upgrade setuptools==44.1.1 189 pip_install --upgrade pip==19.3.1 190 pip_install --upgrade cython 191 pip_install --upgrade six protobuf 195 pip_install --upgrade futures enum34 227 pip_install coverage==4.4 oauth2client==4.1.0 \
|
/external/fmtlib/doc/ |
D | build.py | 11 def pip_install(package, commit=None, **kwargs): function 47 pip_install('sphinx-doc/sphinx', '12b83372ac9316e8cbe86e7fed889296a4cc29ee') 48 pip_install('michaeljones/breathe',
|
/external/grpc-grpc/ |
D | WORKSPACE | 34 load("@grpc_python_dependencies//:requirements.bzl", "pip_install") 35 pip_install()
|
/external/pigweed/pw_env_setup/py/pw_env_setup/virtualenv_setup/ |
D | install.py | 181 def pip_install(*args): function 185 pip_install('--upgrade', 'pip') 190 pip_install('--log', os.path.join(venv_path, 'pip-requirements.log'),
|
/external/rust/crates/grpcio-sys/grpc/ |
D | WORKSPACE | 91 load("@grpc_python_dependencies//:requirements.bzl", "pip_install") 95 pip_install()
|
/external/google-benchmark/ |
D | WORKSPACE | 46 load("@rules_python//python:pip.bzl", pip3_install="pip_install")
|
/external/pigweed/pw_env_setup/py/ |
D | pyoxidizer.bzl.tmpl | 31 exe.add_python_resources(dist.pip_install(["${PW_ROOT}/pw_env_setup/py"]))
|
/external/python/cryptography/docs/ |
D | installation.rst | 285 .. _`wheel cache`: https://pip.pypa.io/en/stable/reference/pip_install/#caching
|