Skip to content

Commit 013ecd0

Browse files
author
dbickson
committed
fixing instructions
1 parent f8c16db commit 013ecd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ We have thoroughly tested fastdup across various famous visual datasets. Ranging
7979
# Quick Installation
8080
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)
8181
```python
82+
# upgrade pip to its latest version
83+
python3.XX -m pip install -U pip
84+
# install fastdup
8285
python3.XX -m pip install fastdup
8386
```
8487
Where XX is your python version.

0 commit comments

Comments
 (0)