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 0c3d6f1 commit fa80eacCopy full SHA for fa80eac
README.md
@@ -40,17 +40,25 @@ Download the FastDup latest wheel from the following shared folder: `s3://visual
40
41
Latest version: 0.25
42
43
-## For pip (python 3.8) install using
+## For pip (python 3.8 or python 3.7) install using
44
```
45
pip install fastdup-<VERSION>-cp38-cp38-linux_x86_64.whl
46
47
+or
48
+```
49
+pip install fastdup-<VERSION>-cp37-cp37m-linux_x86_64.whl
50
51
52
## For conda (python 3.7.11) install using
53
54
conda install -y pandas tqdm opencv numpy
55
conda install fastdup-<VERSION>-py37_0.tar.bz
56
57
58
+## Install a debian package
59
60
+sudo dpkg -i fastdup-ubuntu-<VERSION>.deb
61
62
63
# Currently supported software/hardware
64
0 commit comments