Skip to content

Commit 5565fa0

Browse files
committed
fix: update README for Python bindings
1 parent 50844d6 commit 5565fa0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,11 @@ For more details, see the source code in `examples/gp_example_dense.cc`.
7272

7373
This library provides Python bindings for Gaussian Process regression. The bindings are generated using pybind11, allowing you to use the C++ library directly in Python.
7474

75-
### Building Python Bindings
76-
7775
```bash
78-
cmake -B build -DCMAKE_BUILD_TYPE=Release -DLIBGP_BUILD_PYTHON_BINDINGS=ON
79-
cmake --build build
76+
pip install .
77+
python examples/python_example.py
8078
```
8179

82-
83-
8480
## Implemented covariance functions
8581

8682
### Simple covariance functions

0 commit comments

Comments
 (0)