Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 271 Bytes

STUB.md

File metadata and controls

10 lines (7 loc) · 271 Bytes

How to generate the pyi file:

pip3 install mypy
stubgen -m gym_38 # If you are using Python 3.8

Then rename the gym_38.pyi as gymapi.pyi and place it in the stub directory. You may also need some manual label to clean up the auto-generated stub.