Skip to content

Commit 3b70131

Browse files
authored
Update README.md
1 parent 7cd5f46 commit 3b70131

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
一个把通达信导出的 txt 文件转换成适合 pandas 使用的 csv 文件
33
## 使用方法
44

5+
安装依赖包
6+
```
7+
pip install -r requirements.txt
8+
```
9+
10+
执行转换
11+
512
```
613
python tdx2csv.py -i <通达信txt文件目录> -o <要保存csv的目录>
714
```

0 commit comments

Comments
 (0)