Skip to content

Commit

Permalink
Remove nested alert blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer authored May 21, 2024
1 parent edd7d8b commit ff545fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ You can install ARLBench using `pip`:
pip install arlbench
```

> [!WARNING]
> If you want to use envpool environments (not currently supported for Mac!), instead choose:
If you want to use envpool environments (not currently supported for Mac!), instead choose:
```bash
pip install arlbench[envpool]
```
Expand All @@ -72,8 +71,7 @@ Then you can install the benchmark. For the base version, use:
```bash
make install
```
> [!WARNING]
> For the envpool functionality (not available on Mac!), instead use:
For the envpool functionality (not available on Mac!), instead use:

```bash
make install-envpool
Expand Down

0 comments on commit ff545fe

Please sign in to comment.