Skip to content

Commit 402e65f

Browse files
committedDec 26, 2024·
Add packaging dependency in readme.
1 parent 0f9a9f1 commit 402e65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lsp-bridge 的优势:
3030
## 安装
3131

3232
1. 安装 Emacs 28 及以上版本
33-
2. 安装 Python 依赖: `pip3 install epc orjson sexpdata six setuptools paramiko rapidfuzz watchdog` (orjson 是可选的, orjson 基于 Rust, 提供更快的 JSON 解析性能)
33+
2. 安装 Python 依赖: `pip3 install epc orjson sexpdata six setuptools paramiko rapidfuzz watchdog packaging` (orjson 是可选的, orjson 基于 Rust, 提供更快的 JSON 解析性能)
3434
3. 安装 Elisp 依赖: [markdown-mode](https://github.com/jrblevin/markdown-mode), [yasnippet](https://github.com/joaotavora/yasnippet)
3535
4.`git clone` 下载此仓库, 并替换下面配置中的 load-path 路径
3636
5. 把下面代码加入到你的配置文件 ~/.emacs 中:

0 commit comments

Comments
 (0)
Please sign in to comment.