We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab55cb commit 374e254Copy full SHA for 374e254
python/README.md
@@ -48,7 +48,8 @@ python setup.py build_ext --inplace
48
py.test pyarrow
49
```
50
51
-To change the build type, use the `--build-type` option:
+To change the build type, use the `--build-type` option or set
52
+`$PYARROW_BUILD_TYPE`:
53
54
```bash
55
python setup.py build_ext --build-type=release --inplace
@@ -57,6 +58,12 @@ python setup.py build_ext --build-type=release --inplace
57
58
To pass through other build options to CMake, set the environment variable
59
`$PYARROW_CMAKE_OPTIONS`.
60
61
+#### Build the pyarrow Parquet file extension
62
+
63
+```
64
+export PYARROW_CMAKE_OPTIONS=-DPYARROW_BUILD_PARQUET=on
65
66
67
#### Build the documentation
68
69
0 commit comments