Skip to content

Commit c68f1e8

Browse files
committed
2 parents 39d4039 + d9f18cc commit c68f1e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The code in this repository create a simple binding, function in c++ are impleme
1616
There is 3 way to build the project, more information can be found on pybind11 website [here](https://pybind11.readthedocs.io/en/stable/compiling.html#build-systems) :
1717
1. build with cmake : the basic, compiled library will be generated in build folder
1818
2. build with setup.py and cmake : install your module in python and dependency are managed by cmake/vcpkg (opencv and pybind11)
19-
3. build with setup.py and setuptools : install your module in python and dependency are managed by python package (opencv and pybind11) *** Soon ***
19+
3. build with setup.py and setuptools : install your module in python and dependency are managed by python package (opencv and pybind11) ***Soon***
2020

2121
## Build with cmake
2222

@@ -89,7 +89,7 @@ python3 -m pip install .
8989

9090
## Build with `setup.py` and setuptool
9191

92-
*** in coming ***
92+
***in coming***
9393

9494

9595
## Execute Tests

0 commit comments

Comments
 (0)