Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 342 Bytes

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