Skip to content

Commit b01929e

Browse files
authored
Update README.md
1 parent 4048715 commit b01929e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pybind/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
## Build
2020
- Open a terminal window
2121
- `cd` into the `pybind` directory
22-
- Before being able to run cmake, you will need to update the path to `pybind11` if required. `pybind11` is installed in the python virtual environment, as the link in the previous section explains.
23-
- We tested this with cirtual environment created using python 3.12, and therefore the path to pybind in the current CMakeLists.txt file is `py-env/lib/python3.12/site-packages/pybind11/share/cmake/pybind11/`.
22+
- Before being able to run cmake, you will need to update the path to `pybind11` (*if required*) in the CMakeLists.txt file. `pybind11` is installed in the python virtual environment, as the link in the previous section explains.
23+
- We tested this with virtual environment created using python 3.12, and therefore the path to pybind in the current CMakeLists.txt file is `py-env/lib/python3.12/site-packages/pybind11/share/cmake/pybind11/`.
2424
- Run `cmake -B build` to generate the build files (the build files will be under a directory named `build`)
2525
- Run `cmake --build build --config Release` to generate the `.pyd` file
2626
- On Windows using MSVC, the `.pyd` file will be under `pybind/build/Release`

0 commit comments

Comments
 (0)