Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxenburg committed Mar 7, 2024
1 parent e95b6b2 commit 6877c7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `flybody` <img src="fly-white.png" width="20%">
<img src="fly-white.png" width="20%">

# `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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6877c7e

Please sign in to comment.