mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-23 15:04:20 +00:00
Add swig to installation instructions for Box2D (#683)
This commit is contained in:
@@ -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:
|
The unique dependencies for this set of environments can be installed via:
|
||||||
|
|
||||||
````bash
|
````bash
|
||||||
|
pip install swig
|
||||||
pip install gymnasium[box2d]
|
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.
|
||||||
|
Reference in New Issue
Block a user