Lines Matching +full:install +full:- +full:module
1 This directory contains the code for the Python `brotli` module,
10 If you just want to install the latest release of the Python `brotli`
11 module, we recommend installing from [PyPI][]:
13 $ pip install brotli
15 Alternatively, you may install directly from source by running the
18 $ make install
24 $ make # Build the module in-place
26 $ make test # Test the module
30 If you wish to make the module available while still being
34 $ make develop # Install the module in "development mode"
39 automatically format your code, first install [YAPF][]:
41 $ pip install yapf
51 [development mode]: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode