$ git clone https://github.com/pybind/pybind11.git
$ cd pybind11
$ mkdir build
$ cd build
$ cmake -G Ninja ..
$ ninja
$ sudo ninja install
$ cd einx
$ mkdir build
$ cd build
$ cmake -G Ninja ..
$ ninja
$ cp libeinx.so ../python/einx/_C
$ cd [Path to Python site-packages]
$ touch einx.pth
Add EINX Python path in einx.pth:
[Path to einx project]/python