Skip to content

Commit edafe6d

Browse files
committed
Typo. Fixes #271
1 parent c8fde0c commit edafe6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Installing via setuptools
8383
.. code-block:: console
8484
8585
$ python -m pip install -r requirements-dev.txt
86-
$ python setup.py build --inplace
86+
$ python setup.py build_ext --inplace
8787
8888
Any codec can be enabled (`=1`) or disabled (`=0`) on this build-path with the appropriate
8989
OS environment variables `INCLUDE_LZ4`, `INCLUDE_SNAPPY`, `INCLUDE_ZLIB`, and
@@ -121,13 +121,13 @@ Using an environment variable:
121121
122122
$ export USE_SYSTEM_BLOSC=1 # or "set USE_SYSTEM_BLOSC=1" on Windows
123123
$ export Blosc_ROOT=/usr/local/customprefix # If you installed Blosc into a custom location
124-
$ python setup.py build --inplace
124+
$ python setup.py build_ext --inplace
125125
126126
Using flags:
127127

128128
.. code-block:: console
129129
130-
$ python setup.py build --inplace -DUSE_SYSTEM_BLOSC:BOOL=YES -DBlosc_ROOT:PATH=/usr/local/customprefix
130+
$ python setup.py build_ext --inplace -DUSE_SYSTEM_BLOSC:BOOL=YES -DBlosc_ROOT:PATH=/usr/local/customprefix
131131
132132
133133
Testing

0 commit comments

Comments
 (0)