LangSIG

Read the Docs

사용법 1 (rye 사용)

  • $ rye sync --no-lock
  • $ cd docs
  • $ rye run mkdocs build

사용법 2 (pip 사용)

  • $ pip install -r docs/requirements.txt
  • $ mkdocs build