Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 173 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 173 Bytes

Installing

Requirement SWIG, Python 3.8+

python3 -m venv venv
source venv/bin/activate
pip install numpy
pip install scikit-build
python setup.py install