Kevin Kiningham
Slime uses Bazel as it's build system. If you do not already have Bazel installed, follow the installation instructions.
Slime is typically used as a Python library. You will need the following python libraries installed
pip install numpy hypothesis
Next, to build the python bindings, run
bazel build //slime/...
Run all tests
bazel test //slime/...