Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusbierk authored Dec 15, 2023
1 parent 85cee4c commit 29299f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ 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
```
Start by installing `jax` following instructions at their [repository](https://github.com/google/jax?tab=readme-ov-file#installation).
Install the remaining dependencies afterwards:

```setup
pip install -r requirements.txt
```
Note the code relies on a custom fork of `dm-haiku`.
Expand Down

0 comments on commit 29299f3

Please sign in to comment.