简体   繁体   中英

how to build python datatable from git repo

I have cloned the git repo from https://github.com/h2oai/datatable on my linux machine. How do I build datatable from the cloned copy saved on my local machine? Thanks.

Let us help the community as following way;

git clone https://github.com/your_user_name/datatable
cd datatable
# build a "production mode" datatable
make build
# build datatable in "debug" mode, without optimizations and with
# internal asserts enabled
make debug

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM