Add swig to installation instructions for Box2D (#683)

This commit is contained in:
Bryon Tjanaka
2023-08-22 15:59:30 -04:00
committed by GitHub
parent fa8a982f99
commit 3af04d0916

View File

@@ -22,5 +22,8 @@ These environments all involve toy games based around physics control, using [bo
The unique dependencies for this set of environments can be installed via:
````bash
pip install swig
pip install gymnasium[box2d]
````
[SWIG](https://swig.org/) is necessary for building the wheel for [box2d-py](https://pypi.org/project/box2d-py/), the Python package that provides bindings to box2d.