From 7688e7208a1572b1680736a3c0c9b93c379db3fe Mon Sep 17 00:00:00 2001 From: Jacopo Panerati Date: Sat, 6 Mar 2021 22:33:47 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b108af54c..95b5713fa 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ The repo was written using *Python 3.7* with [`conda`](https://github.com/Jacopo ### On *macOS* and *Ubuntu* Major dependencies are [`gym`](https://gym.openai.com/docs/), [`pybullet`](https://docs.google.com/document/d/10sXEhzFRSnvFcl3XxNGhnD4N2SedqwdAvK3dsihxVUA/edit#), [`stable-baselines3`](https://stable-baselines3.readthedocs.io/en/master/guide/quickstart.html), and [`rllib`](https://docs.ray.io/en/master/rllib.html) - ``` pip3 install --upgrade numpy Pillow matplotlib cycler pip3 install --upgrade gym pybullet stable_baselines3 'ray[rllib]' @@ -100,7 +99,7 @@ $ pip3 install -e . ### On *Windows* -Check out these step-by-step [instructions](https://github.com/utiasDSL/gym-pybullet-drones/tree/master/assignments#on-windows) written by Dr. Karime Pereida for *Windows 10* +Check these step-by-step [instructions](https://github.com/utiasDSL/gym-pybullet-drones/tree/master/assignments#on-windows) written by Dr. Karime Pereida for *Windows 10*