From bbb77aa488b4c910709fb376c514b6eb0d9e8051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Fri, 13 Mar 2020 13:46:51 +0100 Subject: [PATCH] Update docs --- docs/options.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/options.md b/docs/options.md index d2feaa0f..27c50123 100644 --- a/docs/options.md +++ b/docs/options.md @@ -358,13 +358,13 @@ Platform-specific variants also available:
#### Examples ```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 # chain commands using && 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 # 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. positional arguments: - project_dir Path to the project that you want wheels for. - Default: the current directory. + package_dir Path to the package that you want wheels for. Default: + the current directory. optional arguments: -h, --help show this help message and exit