From e1cb78ce990c885e55f7f9cb009f0569b5863d02 Mon Sep 17 00:00:00 2001 From: Theresa Eimer Date: Tue, 21 May 2024 17:29:29 +0200 Subject: [PATCH] alert blocks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b802908ba..d32929622 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ You can install ARLBench using `pip`: pip install arlbench ``` -> **WARNING** +> **Warning**
If you want to use envpool environments (not currently supported for Mac!), instead choose: ```bash pip install arlbench[envpool] @@ -72,14 +72,14 @@ Then you can install the benchmark. For the base version, use: ```bash make install ``` -> **WARNING** +> **Warning**
For the envpool functionality (not available on Mac!), instead use: ```bash make install-envpool ``` -> **CAUTION** +> **Caution**
Windows is currently not supported and also not tested. We recommend using the Linux subsytem if you're on a Windows machine. ## Quickstart