From 63e0ece39c6325ad624f14e0098275d4277f699c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Quentin=20GALLOU=C3=89DEC?= <gallouedec.quentin@gmail.com>
Date: Wed, 1 Feb 2023 19:38:43 +0100
Subject: [PATCH] add missing pip install

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 178aa27..598975a 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ Hugging Face Hub is a platform for easy sharing and versioning of trained machin
 #### Installation of ̀ huggingface_sb3`
 
 ```sh
-huggingface_sb3 pyglet==1.5.1
+pip install huggingface_sb3 pyglet==1.5.1
 ```
 
 #### Upload the model on the Hub
@@ -125,7 +125,7 @@ Panda-gym is a collection of environments for robotic simulation and control. It
 #### Installation
 
 ```shell
-panda_gym==2.0.0
+pip install panda_gym==2.0.0
 ```
 
 #### Train, track, and share
-- 
GitLab