Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 395 Bytes

100 - Installation

Install PyTorch first following the official instructions.

Then, install Genesis via PyPI:

pip install genesis-world  # Requires Python >=3.9;

For the latest version, clone the repository and install locally:

git clone https://github.com/Genesis-Embodied-AI/Genesis.git
cd Genesis
pip install -e .