From 52a975bd7965b4a5d3f24a36b63b2a8a5c93f93d Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Wed, 18 May 2022 20:29:44 +0900 Subject: [PATCH] more limited situation --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ccca913..131ad71 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,7 @@ env CMAKE_ARGS="-DNDI_SDK_DIR=/path/to/ndisdk" python setup.py build ``` You can also specify the python version. ``` -env CMAKE_ARGS="-DNDI_SDK_DIR=/path/to/ndisdk -DPYBIND11_PYTHON_VERSION=3.8" python3.8 setup.py build -``` -or -``` -env CMAKE_ARGS="-DNDI_SDK_DIR=/path/to/ndisdk -DPYTHON_EXECUTABLE=/path/to/python" /path/to/python setup.py build +env CMAKE_ARGS="-DNDI_SDK_DIR=/path/to/ndisdk -DPYTHON_EXECUTABLE=/path/to/python3.8 -DPYBIND11_PYTHON_VERSION=3.8" /path/to/python3.8 setup.py build ``` ### Build for Python package