Lines Matching +full:built +full:- +full:docs
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
16 environment. See the [official Python documentation](https://docs.python.org/3/library/venv.html)
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…
34 refer to the [Bazel installation docs](https://bazel.build/install).