We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6240f65 commitc64d6b1Copy full SHA for c64d6b1
README.md
@@ -1,5 +1,5 @@
1
#python_cpp_example
2
-This repository contains an examplePython module which wraps C++ code. The code presented here was designed to meet four requirements:
+This repository contains an examplepython module which wraps C++ code. The code presented here was designed to meet four requirements:
3
4
1. Python bindings for C++ code (using[`pybind11`](http://pybind11.readthedocs.io/en/stable/index.html) and built with[CMake](http://cmake.org))
5
2. Unit tests for C++ code (using[`catch`](http://catch-lib.net))
@@ -10,7 +10,7 @@ Please see the [blog post that accompanies this repository]() for more informati
10
11
#Installation
12
13
-To build and install`python_cpp_example` clone or download this repository and then, from within the repository, run:
+To build and install`python_cpp_example`, clone or download this repository and then, from within the repository, run:
14
15
```bash
16
python3 ./setup.py install