Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 978 Bytes

File metadata and controls

24 lines (16 loc) · 978 Bytes

FlyPython

python.flypython.com

FlyPython 是一个双语 Jekyll 站点,主题聚焦 Python Agent 开发、AI 工程实践和长期有效的学习资源整理。

站点结构

本地维护

  • 安装 Python 依赖:python3 -m pip install -r requirements.txt
  • 运行链接检查:python3 tools/check_links.py
  • Jekyll 依赖声明在 Gemfile

说明

  • reports/ 下的链接检查结果是生成文件,已加入忽略,不应提交。
  • 当前本地 Ruby 需要升级到 3.x 及以上,才能成功安装 github-pages 依赖集。