Lines Matching +full:python3 +full:- +full:github
3 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.8 - 3.12.
11 python -m pip install --upgrade pip # for manylinux2014 support
12 python -m pip install google-benchmark
21 git clone https://github.com/google/benchmark.git
24 python3 -m venv venv --system-site-packages
27 # upgrade Python's system-wide packages
28 python -m pip install --upgrade pip build
30 python -m build
33 NB: Building wheels from source requires Bazel. For platform-specific instructions on how to instal…