From 6877c7e2421da8a7c959a6a1b4bafbdb241127f1 Mon Sep 17 00:00:00 2001
From: Roman Vaxenburg <46580141+vaxenburg@users.noreply.github.com>
Date: Thu, 7 Mar 2024 02:33:47 -0500
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f779651..7d85c71 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# `flybody`
+
+
+# `flybody`: MuJoCo fruit fly body model
![pytest workflow](https://github.com/TuragaLab/flybody/actions/workflows/pytest.yml/badge.svg)
![python versions](https://github.com/TuragaLab/flybody/actions/workflows/pyversions.yml/badge.svg)
-MuJoCo fruit fly body model and reinforcement learning tasks
-
## Getting started
Coming soon
@@ -46,7 +46,7 @@ Follow these steps to install `flybody`:
```
Also, for the ML and Ray extensions, `LD_LIBRARY_PATH` may require an update, e.g.:
```bash
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/YOUR/PATH/TO/miniconda3/envs/flybody/lib
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/path/to/miniconda3/envs/flybody/lib
```
7. You may want to run `pytest` to test the main aspects of the `flybody` installation.