diff --git a/README.md b/README.md index c361a58..23f6460 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This repository contains the implementation of [Fast detection of slender bodies ## Installation To run the code one must first install the dependencies. +Start by installing `jax` following instructions at their [repository](https://github.com/google/jax?tab=readme-ov-file#installation). + ```setup python3 -m venv venv source venv/bin/activate