We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29963b commit d47b80fCopy full SHA for d47b80f
README.md
@@ -46,7 +46,7 @@ Dataset| Identical Pairs| Near-Identical Pairs
46
## Quick Installation
47
For Python 3.7 and 3.8
48
```python
49
-pip install fastdup
+python3.8 -m pip install fastdup
50
```
51
52
[Install from stable release](INSTALL.md)
@@ -56,7 +56,7 @@ pip install fastdup
56
57
### Python
58
59
-python3
+python3.8
60
import fastdup
61
fastdup.run(input_dir="/path/to/your/folder", work_dir="/path/to/your/folder") #main running function
62
0 commit comments