Skip to content

Latest commit

 

History

History
executable file
·
29 lines (21 loc) · 266 Bytes

README.md

File metadata and controls

executable file
·
29 lines (21 loc) · 266 Bytes

Installation:

Install conda environment

conda env create -f environment.yml

Install BAZEL

apt install bazel

BAZEL: Build

source build_all.sh

BAZEL: Test

source test_all.sh

BAZEL: Run

source run_all.sh