Skip to content

Commit b584c60

Browse files
authored
Merge pull request #5 from ofchenyuan/patch-1
Update README.md
2 parents 1a7adff + 7a2591c commit b584c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ git clone git@github.com:simpleapples/pdf2word.git
1313

1414
```python
1515
cd pdf2word
16-
pyvenv venv
17-
source venv/bin/active
16+
python3 -m venv venv
17+
source venv/bin/activate
1818
pip install -r requirements.txt
1919
```
2020

0 commit comments

Comments
 (0)