Skip to content

Commit 374e254

Browse files
committed
Add to README about building the parquet extension
Change-Id: I32fe58a984d32044d9313cb72fc0930522741d48
1 parent cab55cb commit 374e254

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

python/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ python setup.py build_ext --inplace
4848
py.test pyarrow
4949
```
5050

51-
To change the build type, use the `--build-type` option:
51+
To change the build type, use the `--build-type` option or set
52+
`$PYARROW_BUILD_TYPE`:
5253

5354
```bash
5455
python setup.py build_ext --build-type=release --inplace
@@ -57,6 +58,12 @@ python setup.py build_ext --build-type=release --inplace
5758
To pass through other build options to CMake, set the environment variable
5859
`$PYARROW_CMAKE_OPTIONS`.
5960

61+
#### Build the pyarrow Parquet file extension
62+
63+
```
64+
export PYARROW_CMAKE_OPTIONS=-DPYARROW_BUILD_PARQUET=on
65+
```
66+
6067
#### Build the documentation
6168

6269
```bash

0 commit comments

Comments
 (0)