From 85cee4c3d361234d838391f5cc164b3c879106a5 Mon Sep 17 00:00:00 2001 From: Julius Bier Kirkegaard Date: Fri, 15 Dec 2023 13:20:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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