Skip to content

Commit c29963b

Browse files
author
dbickson
committed
making documentation easier
1 parent be86819 commit c29963b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

INSTALL.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Installation
2+
fastdup is currently only supported on Ubuntu 20.04 OS.
3+
4+
25
## Ubuntu 20.04 LTS Machine Setup
36
Required machine setup
47
```bash
@@ -15,11 +18,11 @@ pip install --upgrade pip
1518
# Pip Package setup
1619
Download the FastDup latest wheel from the following shared folder: `s3://visualdb`
1720

18-
Latest version: 0.25
21+
Latest version: 0.34
1922

20-
## For pip (python 3.8) install using
23+
## For pip (python 3.8 or 3.7) install using
2124
```bash
22-
pip install fastdup-<VERSION>-cp38-cp38-linux_x86_64.whl
25+
python3.8 -m pip install fastdup-<VERSION>-cp38-cp38-linux_x86_64.whl
2326
```
2427

2528
## For conda (python 3.7.11) install using

0 commit comments

Comments
 (0)