Install from PyPI
❯ pip install utboostYou will need:
- GNU Compiler Collection with OpenMP support
- CMake 3.0+
- Python 3.6+
- setuptools is needed
First we need to check out the git repo:
❯ git clone https://github.com/jd-opensource/UTBoost.gitMay require sudo or administrator rights in Windows.
❯ cd UTBoost/python-package
❯ python setup.py install