Skip to content

Commit

Permalink
Fix instructions (cyberbotics#5709)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-daniel authored Jan 4, 2023
1 parent 22b5c97 commit 702fb3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
except ImportError:
sys.exit(
'Please make sure you have all dependencies installed. '
'Run: "pip3 install numpy gym stable_baselines3"'
'Run: "pip3 install numpy gym==0.21 stable_baselines3"'
)


Expand Down

0 comments on commit 702fb3b

Please sign in to comment.