From 4b5d49dfe57a20605390a42938a2118b0c041884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 20 Oct 2021 10:28:52 +1300 Subject: [PATCH] Warn that install Box2D using pip requires swig and C++ build tools --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 079e555..d8dbf3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,6 +49,11 @@ tensorflow-addons~=0.14.0 # https://github.com/openai/gym#installing-everything gym[Box2D,atari,accept-rom-license]~=0.21.0 +# WARNING: on Windows, installing Box2D this way requires: +# * Swig: http://www.swig.org/download.html +# * Microsoft C++ Build Tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/ +# It's much easier to use Anaconda instead. + # On Windows, install atari_py using: # pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py