Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 691 Bytes

install.md

File metadata and controls

37 lines (24 loc) · 691 Bytes

Installation Instructions

Install from PyPI

❯ pip install utboost

Install from Github

Requirements

You will need:

  • GNU Compiler Collection with OpenMP support
  • CMake 3.0+
  • Python 3.6+
  • setuptools is needed

Installation Guide

Git Clone

First we need to check out the git repo:

❯ git clone https://github.com/jd-opensource/UTBoost.git

Install Python Package

May require sudo or administrator rights in Windows.

cd UTBoost/python-package
❯ python setup.py install