Skip to content

Commit fa80eac

Browse files
authored
Update README.md
1 parent 0c3d6f1 commit fa80eac

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,25 @@ Download the FastDup latest wheel from the following shared folder: `s3://visual
4040

4141
Latest version: 0.25
4242

43-
## For pip (python 3.8) install using
43+
## For pip (python 3.8 or python 3.7) install using
4444
```
4545
pip install fastdup-<VERSION>-cp38-cp38-linux_x86_64.whl
4646
```
47+
or
48+
```
49+
pip install fastdup-<VERSION>-cp37-cp37m-linux_x86_64.whl
50+
```
4751

4852
## For conda (python 3.7.11) install using
4953
```
5054
conda install -y pandas tqdm opencv numpy
5155
conda install fastdup-<VERSION>-py37_0.tar.bz
5256
```
5357

58+
## Install a debian package
59+
```
60+
sudo dpkg -i fastdup-ubuntu-<VERSION>.deb
61+
```
5462

5563
# Currently supported software/hardware
5664

0 commit comments

Comments
 (0)