Searched +full:python3 +full:- +full:virtualenv (Results 1 – 21 of 21) sorted by relevance
| /third_party/skia/third_party/externals/freetype/docs/ |
| D | README | 1 After saying `make refdoc' or `make refdoc-venv' the `reference/' directory 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 25 * Regularly run `pip install --upgrade docwriter' to check for updates which [all …]
|
| /third_party/freetype/docs/ |
| D | README | 1 After saying `make refdoc' or `make refdoc-venv' the `reference/' directory 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 25 * Regularly run `pip install --upgrade docwriter' to check for updates which [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/docs/reference/ |
| D | README | 1 After saying `make refdoc' or `make refdoc-venv' the `site/' directory 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 25 * Regularly run `pip install --upgrade docwriter' to check for updates which [all …]
|
| /third_party/openssl/.github/workflows/ |
| D | ci.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 14 # BUILDOPTS: "-j4" 15 # HARNESS_JOBS: "${HARNESS_JOBS:-4}" 19 # - make="make -s" 26 runs-on: ubuntu-latest 28 - name: install unifdef 30 sudo apt-get update 31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 32 - uses: actions/checkout@v2 34 fetch-depth: 0 [all …]
|
| /third_party/skia/third_party/externals/angle2/ |
| D | .vpython3 | 5 # (since pure-python dependencies can be easily vendored into third_party). 7 # When vpython is invoked, it finds this file and builds a python VirtualEnv, 10 # this never requires the end-user machine to have a working python extension 20 # vpython path/to/script.py some --arguments 27 # TODO(https://crbug.com/898348): Add in necessary wheels as Python3 versions 30 name: "infra/python/wheels/six-py2_py3"
|
| /third_party/protobuf/python/ |
| D | release.sh | 3 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 26 pip install -i ${PYPI} protobuf==${VERSION} --no-cache-dir 28 rm -fr test-venv 32 [ $# -lt 1 ] && { [all …]
|
| /third_party/python/Doc/installing/ |
| D | index.rst | 3 .. _installing-index: 9 :Email: distutils-sig@python.org 22 :ref:`distribution guide <distributing-index>`. 37 * A *virtual environment* is a semi-isolated Python environment that allows 43 * ``virtualenv`` is a third party alternative (and predecessor) to 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 100 python -m pip install "SomePackage>=1.0.4" # minimum version 106 python -m pip install --upgrade SomePackage [all …]
|
| /third_party/jinja2/ |
| D | CONTRIBUTING.rst | 8 ----------------- 15 - The ``#get-help`` channel on our Discord chat: 17 - The mailing list flask@python.org for long term discussion or larger 19 - Ask on `Stack Overflow`_. Search with Google first using: 26 ---------------- 30 - Describe what you expected to happen. 31 - If possible, include a `minimal reproducible example`_ to help us 34 - Describe what actually happened. Include the full traceback if there 36 - List your Python and Jinja versions. If possible, check if this 40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example [all …]
|
| /third_party/markupsafe/ |
| D | CONTRIBUTING.rst | 8 ----------------- 15 - The ``#get-help`` channel on our Discord chat: 17 - The mailing list flask@python.org for long term discussion or larger 19 - Ask on `Stack Overflow`_. Search with Google first using: 26 ---------------- 30 - Describe what you expected to happen. 31 - If possible, include a `minimal reproducible example`_ to help us 34 - Describe what actually happened. Include the full traceback if there 36 - List your Python and MarkupSafe versions. If possible, check if this 40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example [all …]
|
| /third_party/python/Doc/using/ |
| D | windows.rst | 3 .. _using-on-windows: 12 This document aims to give an overview of Windows-specific behaviour you should 19 are primarily intended to add a per-user installation of Python, with the 22 available for application-local distributions. 32 :ref:`windows-full` contains all components and is the best option for 35 :ref:`windows-store` is a simple installation of Python that is suitable for 41 :ref:`windows-nuget` are lightweight installations intended for continuous 45 :ref:`windows-embeddable` is a minimal package of Python suitable for 49 .. _windows-full: 55 ------------------ [all …]
|
| /third_party/libevdev/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 24 # serial 11 (pkg-config-0.29.1) 27 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> 41 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 42 dnl 02111-1307, USA. 50 dnl PKG_PREREQ(MIN-VERSION) 51 dnl ----------------------- 54 dnl Verify that the version of the pkg-config macros are at least [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( 32 set -o posix ;; #( 46 # Quoting is to prevent editors from complaining about space-tab. 56 # Ensure predictable behavior from utilities with locale-dependent output. [all …]
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.9.0a4.rst | 2 .. date: 2020-02-07-23-54-18 3 .. nonce: v-ue-v 4 .. release date: 2020-02-25 13 .. date: 2020-01-28-20-54-09 22 .. date: 2020-01-07-00-42-08 31 .. date: 2020-02-18-01-40-13 35 Fix a use-after-free in the single inheritance path of ``issubclass()``, 42 .. date: 2020-02-14-10-08-53 46 Update clinic tool to use :c:func:`Py_IS_TYPE`. Patch by Dong-hee Na. 51 .. date: 2020-02-13-07-35-00 [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/builds/unix/ |
| D | configure.raw | 5 # Copyright (C) 2001-2019 by 39 LT_INIT(win32-dll) 46 AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc) 47 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc) 48 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc) 49 test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler]) 52 rm -f a.* b.* a_out.exe conftest.* 55 rm -f conftest.c 56 if test -x a.out -o -x b.out -o -x conftest; then 58 elif test -x a_out.exe -o -x conftest.exe; then [all …]
|
| /third_party/skia/third_party/externals/freetype/builds/unix/ |
| D | configure.raw | 5 # Copyright (C) 2001-2021 by 39 LT_INIT(win32-dll) 46 AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc) 47 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc) 48 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc) 49 test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler]) 52 rm -f a.* b.* a_out.exe conftest.* 55 rm -f conftest.c 56 if test -x a.out -o -x b.out -o -x conftest; then 58 elif test -x a_out.exe -o -x conftest.exe; then [all …]
|
| /third_party/freetype/builds/unix/ |
| D | configure.ac | 5 # Copyright (C) 2001-2022 by 39 LT_INIT(win32-dll) 46 AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc) 47 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc) 48 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc) 49 test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler]) 52 rm -f a.* b.* a_out.exe conftest.* 55 rm -f conftest.c 56 if test -x a.out -o -x b.out -o -x conftest; then 58 elif test -x a_out.exe -o -x conftest.exe; then [all …]
|
| D | configure.raw | 5 # Copyright (C) 2001-2022 by 39 LT_INIT(win32-dll) 46 AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc) 47 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc) 48 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc) 49 test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler]) 52 rm -f a.* b.* a_out.exe conftest.* 55 rm -f conftest.c 56 if test -x a.out -o -x b.out -o -x conftest; then 58 elif test -x a_out.exe -o -x conftest.exe; then [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 14 ## -------------------- ## 16 ## -------------------- ## 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( 32 set -o posix ;; #( 46 # Quoting is to prevent editors from complaining about space-tab. 56 # Ensure predictable behavior from utilities with locale-dependent output. [all …]
|
| /third_party/python/Tools/peg_generator/data/ |
| D | top-pypi-packages-365-days.json | 2 "last_update": "2020-01-17 15:34:44", 24 "project": "python-dateutil" 124 "project": "pyasn1-modules" 140 "project": "google-api-core" 156 "project": "google-auth" 168 "project": "google-cloud-core" 176 "project": "googleapis-common-protos" 200 "project": "more-itertools" 204 "project": "awscli-cwlogs" 236 "project": "virtualenv" [all …]
|
| /third_party/python/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 1 diff --git a/src/DEPS b/src/DEPS 3 --- a/src/DEPS 5 @@ -253,7 +253,7 @@ vars = { 6 # Three lines of non-changing comments so that 9 - 'angle_revision': '29b222a3c07c541cafa459ae6886134da3493a4b', 11 # Three lines of non-changing comments so that 14 @@ -292,7 +292,7 @@ vars = { 15 # Three lines of non-changing comments so that 18 - 'freetype_revision': '034e5dbf92ea3a7ea7c9322e47a3a50ff23f7b55', 20 # Three lines of non-changing comments so that [all …]
|