Skip to content

Commit 9618d4a

Browse files
committed
changed req file name, add more instruction on README
1 parent 684713b commit 9618d4a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@ git clone git@github.com:simpleapples/pdf2word.git
1616
```python
1717
cd pdf2word
1818
python3 -m venv venv
19+
20+
# Linux
1921
source venv/bin/activate
22+
23+
# Windows
24+
venv\Scripts\activate
25+
26+
# Python < 3.10
2027
pip install -r requirements.txt
28+
29+
# Python 3.10 or later
30+
pip install -r requirements_3_10.txt
2131
```
2232

2333
* 修改config.cfg文件,指定存放pdf和word文件的文件夹,以及同时工作的进程数
File renamed without changes.

0 commit comments

Comments
 (0)