Skip to content

Commit b55eea5

Browse files
committed
[doc] Added README.md to simple-embedding
1 parent 0d5c39a commit b55eea5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* Simple Embedding Example
2+
3+
In this directory:
4+
- Create and activate a Python venv.
5+
- Install pybind11: `pip install pybind11`
6+
- Install monilog: `pip install ../..`
7+
- Run the script: `./build-and-run.sh`
8+

examples/simple-embedding/src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ set(PYBIND11_PYTHON_VERSION 3.8)
1313

1414
find_package(pybind11 REQUIRED)
1515
find_package(Python COMPONENTS Interpreter Development REQUIRED)
16-
message(STATUS "pybind11_INCLUDE_DIRS: ${pybind11_INCLUDE_DIRS}")
1716
include_directories(${pybind11_INCLUDE_DIRS} ${Python_SITELIB}/monilog/include)
1817

1918
# EXECUTABLE simpleembedding

0 commit comments

Comments
 (0)