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 d47b80f commit 15d3ac4Copy full SHA for 15d3ac4
INSTALL.md
@@ -18,11 +18,15 @@ pip install --upgrade pip
18
# Pip Package setup
19
Download the FastDup latest wheel from the following shared folder: `s3://visualdb`
20
21
-Latest version: 0.34
+Latest version: 0.33
22
23
## For pip (python 3.8 or 3.7) install using
24
```bash
25
-python3.8 -m pip install fastdup-<VERSION>-cp38-cp38-linux_x86_64.whl
+wget https://github.com/visualdatabase/fastdup/releases/download/v0.33/fastdup-0.33-cp37-cp37m-linux_x86_64.whl
26
+or
27
+wget https://github.com/visualdatabase/fastdup/releases/download/v0.33/fastdup-0.33-cp38-cp38-linux_x86_64.whl
28
+
29
+python3.8 -m pip install *.whl
30
```
31
32
## For conda (python 3.7.11) install using
0 commit comments