Warn that install Box2D using pip requires swig and C++ build tools

main
Aurélien Geron 2021-10-20 10:28:52 +13:00
parent 80a84ee160
commit 4b5d49dfe5
1 changed files with 5 additions and 0 deletions

View File

@ -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