Skip to content

Genesis-Embodied-AI/genesis-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genesis Documentation (English Version)

  1. Create a clean env using python >= 3.9, install Sphinx and other dependencies
pip install genesis-world  # Requires Python >= 3.9;
  1. Build the documentation and watch the change lively
# In genesis-doc/
rm -rf build/; make html; sphinx-autobuild ./source ./build/html