Skip to content

Commit d9f18cc

Browse files
authored
typo: fix markdown
1 parent 1e9a603 commit d9f18cc

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

@@ -84,7 +84,7 @@ python3 -m pip install .
8484

8585
## Build with `setup.py` and setuptool
8686

87-
*** in coming ***
87+
***in coming***
8888

8989

9090
## Execute Tests

0 commit comments

Comments
 (0)