Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 290 Bytes

INSTALL.md

File metadata and controls

17 lines (9 loc) · 290 Bytes

install via pip

python3 -m pip install libcolgraph

install manually from source

  1. clone the repository

    git clone https://github.com/aalok-sathe/libcolgraph

  2. enter the repository

    cd libcolgraph

  3. make

    make install to install system-wide for your user