Skip to content

Commit d47b80f

Browse files
author
dbickson
committed
clarifying instructions
1 parent c29963b commit d47b80f

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
@@ -46,7 +46,7 @@ Dataset| Identical Pairs| Near-Identical Pairs
4646
## Quick Installation
4747
For Python 3.7 and 3.8
4848
```python
49-
pip install fastdup
49+
python3.8 -m pip install fastdup
5050
```
5151

5252
[Install from stable release](INSTALL.md)
@@ -56,7 +56,7 @@ pip install fastdup
5656

5757
### Python
5858
```python
59-
python3
59+
python3.8
6060
import fastdup
6161
fastdup.run(input_dir="/path/to/your/folder", work_dir="/path/to/your/folder") #main running function
6262
```

0 commit comments

Comments
 (0)