File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8989OS 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
You can’t perform that action at this time.
0 commit comments