# Dolospy Build Instructions

Requirements:
- C++ 23 Compiler
- `cmake`
- `python`
- `pybind11`
- `ninja` or `make`

```
cmake .
ninja  # or `make`, depending on your configuration
python -m build
```


