Skip to content

xZacky/einx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EINX

Install pybind11 from Source

$ git clone https://github.com/pybind/pybind11.git
$ cd pybind11
$ mkdir build
$ cd build
$ cmake -G Ninja ..
$ ninja
$ sudo ninja install

Build EINX

$ cd einx
$ mkdir build
$ cd build
$ cmake -G Ninja ..
$ ninja
$ cp libeinx.so ../python/einx/_C

Add EINX to Python Path

$ cd [Path to Python site-packages]
$ touch einx.pth

Add EINX Python path in einx.pth:

[Path to einx project]/python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published