Skip to content

Commit 9f11ef7

Browse files
committed
add Python pybind11
1 parent 4bea584 commit 9f11ef7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,7 @@
11171117
- [github.com/meituan/YOLOv6](https://github.com/meituan/YOLOv6) YOLOv6: a single-stage object detection framework dedicated to industrial applications.
11181118
- [glances - Glances an Eye on your system. ](src/Python/Library/glances.md)
11191119
- [pyqt5 安装](src/Python/pyqt5.md)
1120+
- [pybind11 -- Seamless operability between C++11 and Python](src/Python/pybind11.md)
11201121
69. [NLP(Natural Language Processing) 自然语言处理](src/NLP/README.md)
11211122
- [Natural Language Toolkit (NLTK)](src/NLP/NLTK.md)
11221123
- [Pillow -- Python Imaging Library](src/NLP/Pillow.md)

src/Python/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@
3535
- [Machine Learning](MachineLearning/README.md)
3636
- [github.com/meituan/YOLOv6](https://github.com/meituan/YOLOv6) YOLOv6: a single-stage object detection framework dedicated to industrial applications.
3737
- [glances - Glances an Eye on your system. ](Library/glances.md)
38-
- [pyqt5 安装](pyqt5.md)
38+
- [pyqt5 安装](pyqt5.md)
39+
- [pybind11 -- Seamless operability between C++11 and Python](pybind11.md)

src/Python/pybind11.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## pybind11 -- Seamless operability between C++11 and Python
2+
- https://github.com/pybind/pybind11

0 commit comments

Comments
 (0)