BinyangQiu commited on
Commit
1271dfc
·
1 Parent(s): 02d982d

Update README

Browse files
Files changed (1) hide show
  1. README-CN.md +4 -0
README-CN.md CHANGED
@@ -56,6 +56,10 @@ FastCDM的核心目标是**在训练过程中提供便捷的使用体验**,帮
56
 
57
  ### 安装
58
 
 
 
 
 
59
  ```bash
60
  pip install fastcdm
61
  ```
 
56
 
57
  ### 安装
58
 
59
+ 需要提前安装`node.js`和`chromedriver`。
60
+ * `node.js`的安装可以参考[这里](https://nodejs.org/)。
61
+ * `chromedriver`的安装可以参考[这里](docs/chromedriver_installation.md)。
62
+
63
  ```bash
64
  pip install fastcdm
65
  ```