Home
last modified time | relevance | path

Searched +refs:Install +refs:Python (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/external/python/cpython2/PC/VS7.1/
Dpython20.wse4 Title=Python 2.4a1
23 EXE Filename=Python-2.4a1.exe
26 Version Description=Python Programming Language
27 Version Copyright=�2001-2007 Python Software Foundation
28 Version Company=Python Software Foundation
37 Variable Description2=lives. This must be a sibling of the Python
54 Variable Description5=Python major version number; the 2 in 2.3.
58 Variable Description6=Python minor version number; the 3 in 2.3
64 Variable Description7=and install the Python + MS runtime DLLs in
65 Variable Description7=the Python directory instead of the system dir.
[all …]
/external/grpc-grpc/tools/dockerfile/test/python_pyenv_x64/
DDockerfile17 # Install Git and basic packages.
57 # Python dependencies
59 # Install dependencies
66 # Install Python packages from PyPI
71 # Install dependencies for pyenv
83 # Install Pyenv and dev Python versions 3.{5,6,7}
95 # Install pip and virtualenv for Python 3.5
/external/python/bumble/docs/mkdocs/src/
Dgetting_started.md6 You need Python 3.8 or above. Python >= 3.9 is recommended, but 3.8 should be sufficient if
9 Visit the [Python site](https://www.python.org/) for instructions on how to install Python
12 invoke Python as
23 # Using Bumble As A Python Module
30 !!! tip "Python Virtual Environments"
33 See the [Python Environments page](development/python_environments.md) page for details.
35 ### Install From Source
37 Install with `pip`. Run in a command shell in the directory where you downloaded the source
43 ### Install from GitHub
47 Install the latest commit from the main branch with `pip`:
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/sanity/
DDockerfile17 # Install Git and basic packages.
49 # Install Python 3.7 from source (and installed as a default python3)
50 # (Bullseye comes with Python 3.9 which isn't supported by pytype yet)
53 RUN curl -O https://www.python.org/ftp/python/3.7.9/Python-3.7.9.tar.xz && \
54 tar -xf Python-3.7.9.tar.xz && \
55 cd Python-3.7.9 && \
61 # Install Python 2.7
90 # Upgrade Python's YAML library
94 # Install clang, clang-format, and clang-tidy
114 # Install buildifier v0.29.0
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_python/
DDockerfile17 # Install Git and basic packages.
53 # Python dependencies
55 # Install dependencies
62 # Install Python packages from PyPI
67 # Install pip and virtualenv for Python 3.4
/external/grpc-grpc/tools/dockerfile/test/python_jessie_x64/
DDockerfile17 # Install Git and basic packages.
57 # Python dependencies
59 # Install dependencies
66 # Install Python packages from PyPI
71 # Install pip and virtualenv for Python 3.4
/external/grpc-grpc/tools/dockerfile/test/multilang_jessie_x64/
DDockerfile17 # Install Git and basic packages.
65 # Install dependencies
74 # Install dotnet SDK based on https://www.microsoft.com/net/core#debian
99 # Install nvm
102 # Install all versions of node that we want to test
113 # Install dependencies
121 # Install rvm
125 # Install Ruby 2.1
134 # Python dependencies
136 # Install dependencies
[all …]
/external/python/google-api-python-client/scripts/readme-gen/templates/
Dinstall_deps.tmpl.rst1 Install Dependencies
10 #. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `
15 #. Create a virtualenv. Samples are compatible with Python 3.6+.
22 #. Install the dependencies needed to run the samples.
/external/python/python-api-core/scripts/readme-gen/templates/
Dinstall_deps.tmpl.rst1 Install Dependencies
10 #. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `
15 #. Create a virtualenv. Samples are compatible with Python 3.6+.
22 #. Install the dependencies needed to run the samples.
/external/grpc-grpc/templates/tools/dockerfile/
Dpython_deps.include2 # Python dependencies
4 # Install dependencies
11 # Install Python packages from PyPI
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/bazel/
DDockerfile29 # Install basic packages and Bazel dependencies.
43 # Python dependencies
45 # Install dependencies
52 # Install Python packages from PyPI
66 wget -q https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tgz && \
67 tar xzvf Python-3.6.9.tgz && \
68 cd Python-3.6.9 && \
73 echo "ff7cdaef4846c89c1ec0d7b709bbd54d Python-3.6.9.tgz" > checksum.md5 && \
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
DDockerfile17 # Install Git and basic packages.
53 # Python dependencies
55 # Install dependencies
62 # Install Python packages from PyPI
70 # Install rvm
74 # Install Ruby 2.1
/external/grpc-grpc/templates/tools/dockerfile/test/multilang_jessie_x64/
DDockerfile.template28 # Install pip and virtualenv for Python 3.4
32 # Install coverage for Python test coverage reporting
36 # Install Mako to generate files in grpc/grpc-node
/external/grpc-grpc/tools/dockerfile/test/php_jessie_x64/
DDockerfile17 # Install Git and basic packages.
57 # Python dependencies
59 # Install dependencies
66 # Install Python packages from PyPI
74 # Install dependencies
/external/grpc-grpc/tools/dockerfile/test/node_jessie_x64/
DDockerfile17 # Install Git and basic packages.
57 # Install Electron apt dependencies
68 # Python dependencies
70 # Install dependencies
77 # Install Python packages from PyPI
85 # Install nvm
88 # Install all versions of node that we want to test
99 # Install Mako to generate files in grpc/grpc-node
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/node_jessie_x64/
DDockerfile18 # Install Git and basic packages.
54 # Install Electron apt dependencies
65 # Python dependencies
67 # Install dependencies
74 # Install Python packages from PyPI
86 # Install nvm
89 # Install all versions of node that we want to test
100 # Install Mako to generate files in grpc/grpc-node
/external/grpc-grpc/tools/dockerfile/test/ruby_jessie_x64/
DDockerfile17 # Install Git and basic packages.
57 # Python dependencies
59 # Install dependencies
66 # Install Python packages from PyPI
74 # Install rvm
78 # Install Ruby 2.1
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
DDockerfile17 # Install Git and basic packages.
53 # Python dependencies
55 # Install dependencies
62 # Install Python packages from PyPI
71 # Install rvm
76 # Install Ruby 2.5
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_node/
DDockerfile18 # Install Git and basic packages.
54 # Python dependencies
56 # Install dependencies
63 # Install Python packages from PyPI
72 # Install nvm
75 # Install all versions of node that we want to test
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_node/
DDockerfile17 # Install Git and basic packages.
53 # Python dependencies
55 # Install dependencies
62 # Install Python packages from PyPI
70 # Install nvm
73 # Install all versions of node that we want to test
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/ruby_buster_x64/
DDockerfile17 # Install Git and basic packages.
53 # Python dependencies
55 # Install dependencies
62 # Install Python packages from PyPI
74 # Install rvm
79 # Install Ruby 2.5
89 # Install cmake
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/cxx_ubuntu1804_x64/
DDockerfile17 # Install Git and basic packages.
53 # Python dependencies
55 # Install dependencies
62 # Install Python packages from PyPI
76 # Install cmake
/external/grpc-grpc/tools/dockerfile/test/php7_jessie_x64/
DDockerfile20 # Install Git and basic packages.
41 # Install other dependencies
68 # Python dependencies
70 # Install dependencies
77 # Install Python packages from PyPI
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/cxx_buster_x64/
DDockerfile17 # Install Git and basic packages.
53 # Python dependencies
55 # Install dependencies
62 # Install Python packages from PyPI
76 # Install cmake
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_cxx/
DDockerfile17 # Install Git and basic packages.
53 # Python dependencies
55 # Install dependencies
62 # Install Python packages from PyPI

12345678910>>...13