File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,13 +95,22 @@ sudo apt install pandoc # optional
9595
9696### 3. Set Up
9797
98+ ** Option A — Download ZIP** (no Git required): click ** Code → Download ZIP** on the [ GitHub page] ( https://github.com/hugohe3/ppt-master ) , then unzip.
99+
100+ ** Option B — Git clone** (requires [ Git] ( https://git-scm.com/downloads ) installed):
101+
98102``` bash
99103git clone https://github.com/hugohe3/ppt-master.git
100104cd ppt-master
105+ ```
106+
107+ Then install dependencies:
108+
109+ ``` bash
101110pip install -r requirements.txt
102111```
103112
104- To update later: ` python3 skills/ppt-master/scripts/update_repo.py `
113+ To update later (Option B only) : ` python3 skills/ppt-master/scripts/update_repo.py `
105114
106115### 4. Create
107116
Original file line number Diff line number Diff line change @@ -95,13 +95,26 @@ sudo apt install pandoc # 可选
9595
9696### 3. 配置项目
9797
98+ ** 方式 A — 下载 ZIP** (无需安装 Git):
99+ [ GitHub] ( https://github.com/hugohe3/ppt-master ) → ** Code → Download ZIP** · [ AtomGit] ( https://atomgit.com/hugohe3/ppt-master ) → ** 克隆/下载 → 下载ZIP** (国内网速更快)
100+
101+ ** 方式 B — Git clone** (需先安装 [ Git] ( https://git-scm.com/downloads ) ):
102+
98103``` bash
104+ # GitHub
99105git clone https://github.com/hugohe3/ppt-master.git
106+ # AtomGit(国内网速更快)
107+ git clone https://atomgit.com/hugohe3/ppt-master.git
100108cd ppt-master
109+ ```
110+
111+ 然后安装依赖:
112+
113+ ``` bash
101114pip install -r requirements.txt
102115```
103116
104- 日常更新:` python3 skills/ppt-master/scripts/update_repo.py `
117+ 日常更新(仅方式 B) :` python3 skills/ppt-master/scripts/update_repo.py `
105118
106119### 4. 开始创作
107120
You can’t perform that action at this time.
0 commit comments