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 f8c16db commit 013ecd0Copy full SHA for 013ecd0
README.md
@@ -79,6 +79,9 @@ We have thoroughly tested fastdup across various famous visual datasets. Ranging
79
# Quick Installation
80
For Python 3.7, 3.8, 3.9 (Ubuntu 20.04 or Ubuntu 18.04 or Debian 10 or Mac M1 or Mac Intel Mojave and up)
81
```python
82
+# upgrade pip to its latest version
83
+python3.XX -m pip install -U pip
84
+# install fastdup
85
python3.XX -m pip install fastdup
86
```
87
Where XX is your python version.
0 commit comments