From 015a8684ea83b806bec130f6542dc875593a54b2 Mon Sep 17 00:00:00 2001
From: Gallouedec Quentin <quentin.gallouedec@ec-lyon.fr>
Date: Mon, 6 Feb 2023 12:15:42 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1bfda70..3f71fbb 100644
--- a/README.md
+++ b/README.md
@@ -129,8 +129,10 @@ Weights & Biases (W&B) is a tool for machine learning experiment management. Wit
 
 #### Installation
 
+You'll need to install both `wand` and `tensorboar`.
+
 ```shell
-pip install wandb
+pip install wandb tensorboard
 ```
 
 Use the documentation of Stable-Baselines3 and [Weights & Biases](https://docs.wandb.ai) to track the CartPole training. Make the run public.
-- 
GitLab