Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:pip (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/third_party/skia/third_party/externals/freetype/docs/
DREADME1 After saying `make refdoc' or `make refdoc-venv' the `reference/' directory
2 contains the FreeType API reference. You need Python >= 3.5 and pip to make
9 - Ensure `python' and `pip' are available.
10 - Install pip package `docwriter' with `pip install --user docwriter'.
11 - Make target with `make refdoc'.
12 - This target can be run offline once required packages are installed.
14 2. Using `make refdoc-venv' (requires internet access):
16 - Ensure `python', `pip' and Python package `virtualenv' are available.
17 - Make target with `make refdoc-venv'.
18 - This may or may not require internet access every time depending on
[all …]
/third_party/python/Doc/tutorial/
Dvenv.rst2 .. _tut-venv:
24 self-contained directory tree that contains a Python installation for a
41 system, you can select a specific Python version by running ``python3`` or
47 python -m venv tutorial-env
49 This will create the ``tutorial-env`` directory if it doesn't exist,
63 tutorial-env\Scripts\activate.bat
67 source tutorial-env/bin/activate
79 .. code-block:: bash
81 $ source ~/envs/tutorial-env/bin/activate
82 (tutorial-env) $ python
[all …]
/third_party/json/docs/mkdocs/
DMakefile6 venv/bin/mkdocs serve --dirtyreload
14 cp -r ../json.gif docs/images
15 cp -r ../examples/*.cpp ../examples/*.output docs/examples
18 @cd docs ; python3 ../scripts/check_structure.py
22 rm -fr docs/images/json.gif docs/examples
26 venv/bin/mkdocs gh-deploy --clean --force
30 python3 -mvenv venv
31 venv/bin/pip install --upgrade pip
32 venv/bin/pip install wheel
33 venv/bin/pip install -r requirements.txt
[all …]
/third_party/libfuse/test/
Dci-install.sh3 set -e
5 sudo python3 -m pip install --upgrade pip
6 sudo python3 -m pip install pytest meson==1.0.1 looseversion
7 valgrind --version
8 ninja --version
9 meson --version
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh
4 set -eo pipefail
12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
17 wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_…
18 unzip protoc-3.11.2-linux-x86_64.zip bin/protoc
20 python3.6 -m venv venv
[all …]
/third_party/PyYAML/.github/workflows/
Dci.yaml1 ---
21 runs-on: ubuntu-latest
23 - name: Checkout PyYAML
26 - name: Install a python
27 uses: actions/setup-python@v2
29 python-version: 3.x
31 - name: Build sdist
36 python -V
37 python -m pip install build
39 python -m build .
[all …]
Dmanual_artifact_build.yaml1 ---
19 runs-on: ubuntu-latest
21 - name: Checkout PyYAML
24 - name: Install a python
25 uses: actions/setup-python@v2
27 python-version: 3.x
29 - name: Build sdist
34 python -V
35 python -m pip install build
37 python -m build .
[all …]
/third_party/littlefs/.github/workflows/
Dtest.yml5 CFLAGS: -Werror
6 MAKEFLAGS: -j
11 runs-on: ubuntu-18.04
13 fail-fast: false
18 - uses: actions/checkout@v2
19 - name: install
22 sudo apt-get update -qq
23 sudo apt-get install -qq python3 python3-pip lcov
25 gcc --version
27 # setup a ram-backed disk to speed up reentrant tests
[all …]
/third_party/python/Doc/installing/
Dindex.rst3 .. _installing-index:
9 :Email: distutils-sig@python.org
22 :ref:`distribution guide <distributing-index>`.
35 * ``pip`` is the preferred installer program. Starting with Python 3.4, it
37 * A *virtual environment* is a semi-isolated Python environment that allows
42 defaults to installing ``pip`` into all created virtual environments.
46 aren't able to automatically install ``pip`` into created environments.
71 <https://packaging.python.org/installing/#creating-virtual-environments>`__
83 python -m pip install SomePackage
99 python -m pip install SomePackage==1.0.4 # specific version
[all …]
/third_party/benchmark/docs/
Dpython_bindings.md3 Python bindings are available as wheels on [PyPI](https://pypi.org/project/google-benchmark/) for i…
5 Currently, pre-built wheels exist for macOS (both ARM64 and Intel x86), Linux x86-64 and 64-bit Win…
6 Supported Python versions are Python 3.7 - 3.10.
11 python -m pip install --upgrade pip # for manylinux2014 support
12 python -m pip install google-benchmark
24 python3 -m venv venv --system-site-packages
27 # upgrade Python's system-wide packages
28 python -m pip install --upgrade pip setuptools wheel
30 python -m pip wheel . -w wheelhouse
33 NB: Building wheels from source requires Bazel. For platform-specific instructions on how to instal…
/third_party/mesa3d/.gitlab-ci/container/
Dcreate-rootfs.sh3 set -ex
6 ARCH_PACKAGES="firmware-qcom-media
7 firmware-linux-nonfree
10 libglu1-mesa
11 libvulkan-dev
15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common
16 apt-key add /llvm-snapshot.gpg.key
17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
19 ARCH_PACKAGES="firmware-amd-graphics
20 inetutils-syslogd
[all …]
/third_party/astc-encoder/jenkins/
Dbuild.Dockerfile3 RUN useradd -u 1000 -U -m -c Jenkins jenkins
5 RUN apt update && apt -y upgrade \
6 && apt install -y \
7 software-properties-common \
15 python3 \
16 python3-pip \
17 python3-venv \
18 python3-numpy \
19 python3-pil \
20 ca-certificates \
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
16 python3-dev \
17 python3-pip \
18 python3-setuptools \
19 python3-wheel \
23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
[all …]
Darm_build.sh3 set -e
4 set -o xtrace
6 apt-get -y install ca-certificates
7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
9 apt-get update
11 apt-get -y install \
25 glslang-tools \
28 libdrm-dev \
29 libelf-dev \
30 libexpat1-dev \
[all …]
Dx86_build-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
19 python3-pip \
20 python3-setuptools \
23 apt-get update
25 apt-get install -y --no-remove \
[all …]
/third_party/protobuf/kokoro/macos/
Dprepare_build_macos_rc5 set -eux
31 # tools (and a newer version of protobuf). g/kokoro-users/7FRvQMUdN40 about why
33 sudo rm -rf \
37 sudo rm -rf \
41 /usr/local/bin/python3* \
50 if [[ "${KOKORO_INSTALL_RUBY:-}" == "yes" ]] ; then
57 if [[ "${KOKORO_INSTALL_COCOAPODS:-}" == "yes" ]] ; then
61 gem uninstall -a "$(gem list | grep cocoapods | cut -d ' ' -f 1)"
68 if [[ "${KOKORO_INSTALL_TOX:-}" == "yes" ]] ; then
69 sudo python3 -m pip install --upgrade pip tox
[all …]
/third_party/musl/tools/api_cmp_tool/
DREADME.md13 #### 2、python3.8
20 sudo apt install python3.8
21 sudo apt install python3-pip
29 pip3 install -r requirements.txt
60 usage: python3.8 compare.py [-h] -l <path> -i <path>
61 [-b <path>] [-m <path>] [-o <path>]
63 -h : print this help message #打印帮助信息
64 -l : input lib file path #库文件路径
65 -i : input head file path #头文件路径
66 -b : input blacklist file path #黑名单文件路径(可选)
[all …]
/third_party/python/Doc/library/
Dzipapp.rst1 :mod:`zipapp` --- Manage executable Python zip archives
14 --------------
18 <using-on-interface-options>`. The module provides both a
19 :ref:`zipapp-command-line-interface` and a :ref:`zipapp-python-api`.
23 -------------
25 The following example shows how the :ref:`zipapp-command-line-interface`
30 .. code-block:: shell-session
32 $ python -m zipapp myapp -m "myapp:main"
37 .. _zipapp-command-line-interface:
39 Command-Line Interface
[all …]
D__main__.rst1 :mod:`__main__` --- Top-level code environment
5 :synopsis: The environment where top-level code is run. Covers command-line
6 interfaces, import-time behavior, and ``__name__ == '__main__'``.
8 --------------
12 1. the name of the top-level environment of the program, which can be
19 :ref:`tut-modules` for an introduction.
25 ---------------------------
42 However, if the module is executed in the top-level code environment,
45 What is the "top-level code environment"?
48 ``__main__`` is the name of the environment where top-level code is run.
[all …]
/third_party/rust/crates/libc/ci/docker/wasm32-unknown-emscripten/
DDockerfile7 RUN apt-get update
8 RUN apt-get install -y --no-install-recommends tzdata
9 RUN apt-get install -y --no-install-recommends \
10 ca-certificates \
17 libc6-dev \
19 python3 \
20 python3-distutils \
24 xz-utils \
27 RUN ln -s /usr/bin/python3 /usr/bin/python & \
28 ln -s /usr/bin/pip3 /usr/bin/pip
[all …]
/third_party/mbedtls/scripts/
Dmin_requirements.py1 #!/usr/bin/env python3
6 # SPDX-License-Identifier: Apache-2.0
12 # http://www.apache.org/licenses/LICENSE-2.0
33 ) -> None:
40 def __init__(self) -> None:
43 def adjust_requirement(self, req: str) -> str:
45 # allow inheritance #pylint: disable=no-self-use
51 def add_file(self, filename: str) -> None:
54 This method supports a subset of pip's requirement file syntax:
58 * ``-r FILENAME`` to include another file.
[all …]
/third_party/notofonts/.github/workflows/
Dbuild.yaml4 - cron: '12 1 * * *'
8 runs-on: ubuntu-latest
10 - uses: actions/checkout@v2
13 - uses: actions/setup-python@v2
14 - name: Install dependencies
15 run: pip install -r scripts/requirements.txt
16 - name: Gather information
17 run: python3 scripts/gather.py
20 - name: Build site
21 run: python3 scripts/build-site.py
[all …]
/third_party/libfuse/
D.travis.yml5 - curl https://spot.fedorapeople.org/spotfoss-ppa.key | sudo apt-key add -
6 - wget https://launchpad.net/~spotfoss/+archive/ubuntu/ppa/+files/valgrind_3.16.1-2_amd64.deb
7 - sudo apt install ./valgrind_3.16.1-2_amd64.deb
9 - c
10 - c++
14 - sourceline: 'ppa:ubuntu-toolchain-r/test'
16 - doxygen
17 - clang
18 - libstdc++-7-dev
19 - libstdc++-10-dev
[all …]
/third_party/protobuf/python/
Drelease.sh3 set -ex
6 grep "__version__ = '.*'" python/google/protobuf/__init__.py | sed -r "s/__version__ = '(.*)'/\1/"
15 # pass --no-setuptools here and then install an older setuptools version
17 virtualenv -p `which $PYTHON` --no-setuptools test-venv
21 touch test-venv/bin/protoc
22 chmod +x test-venv/bin/protoc
24 source test-venv/bin/activate
25 pip install "setuptools<45"
26 pip install -i ${PYPI} protobuf==${VERSION} --no-cache-dir
28 rm -fr test-venv
[all …]

1234