Skip to content

Commit 15d3ac4

Browse files
authored
Update INSTALL.md
1 parent d47b80f commit 15d3ac4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

INSTALL.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ pip install --upgrade pip
1818
# Pip Package setup
1919
Download the FastDup latest wheel from the following shared folder: `s3://visualdb`
2020

21-
Latest version: 0.34
21+
Latest version: 0.33
2222

2323
## For pip (python 3.8 or 3.7) install using
2424
```bash
25-
python3.8 -m pip install fastdup-<VERSION>-cp38-cp38-linux_x86_64.whl
25+
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
2630
```
2731

2832
## For conda (python 3.7.11) install using

0 commit comments

Comments
 (0)