Skip to content

Commit 2ce3284

Browse files
committed
docs(readme): Update content
-- 文档(readme): 更新内容
1 parent b67ed57 commit 2ce3284

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,15 @@
2424

2525
## 安装
2626

27-
### 普通安装
28-
2927
`plotfig` 支持通过 `pip` 或源码安装,要求 Python 3.11 及以上版本。
3028

31-
#### 使用 pip 安装 (推荐)
29+
### 使用 pip 安装 (推荐)
3230

3331
```bash
3432
pip install plotfig
3533
```
3634

37-
#### 使用 GitHub 源码安装
35+
### 使用 GitHub 源码安装
3836

3937
```bash
4038
git clone --depth 1 https://github.com/RicardoRyn/plotfig.git
@@ -76,7 +74,7 @@ rm -rf surfplot
7674
推荐先 Fork 仓库,然后克隆您自己的 Fork:
7775

7876
```bash
79-
git clone -b dev https://github.com/ <your-username >/plotfig.git
77+
git clone -b dev https://github.com/<your-username >/plotfig.git
8078
cd plotfig
8179
pip install -e .
8280
```

0 commit comments

Comments
 (0)