Update docs
This commit is contained in:
+4
-4
@@ -358,13 +358,13 @@ Platform-specific variants also available:<br/>
|
|||||||
|
|
||||||
#### Examples
|
#### Examples
|
||||||
```yaml
|
```yaml
|
||||||
# install test dependencies with overwritten environment variables.
|
# install test dependencies with overwritten environment variables.
|
||||||
CIBW_BEFORE_TEST: CC=gcc CXX=g++ pip install -r requirements.txt
|
CIBW_BEFORE_TEST: CC=gcc CXX=g++ pip install -r requirements.txt
|
||||||
|
|
||||||
# chain commands using &&
|
# chain commands using &&
|
||||||
CIBW_BEFORE_TEST: rm -rf ./data/cache && mkdir -p ./data/cache
|
CIBW_BEFORE_TEST: rm -rf ./data/cache && mkdir -p ./data/cache
|
||||||
|
|
||||||
# install non pip python package
|
# install non pip python package
|
||||||
CIBW_BEFORE_TEST: cd some_dir; ./configure; make; make install
|
CIBW_BEFORE_TEST: cd some_dir; ./configure; make; make install
|
||||||
|
|
||||||
# install python packages that are required to install test dependencies
|
# install python packages that are required to install test dependencies
|
||||||
@@ -399,8 +399,8 @@ usage: cibuildwheel [-h] [--platform {auto,linux,macos,windows}]
|
|||||||
Build wheels for all the platforms.
|
Build wheels for all the platforms.
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
project_dir Path to the project that you want wheels for.
|
package_dir Path to the package that you want wheels for. Default:
|
||||||
Default: the current directory.
|
the current directory.
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
|||||||
Reference in New Issue
Block a user