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 be86819 commit c29963bCopy full SHA for c29963b
INSTALL.md
@@ -1,4 +1,7 @@
1
# Installation
2
+fastdup is currently only supported on Ubuntu 20.04 OS.
3
+
4
5
## Ubuntu 20.04 LTS Machine Setup
6
Required machine setup
7
```bash
@@ -15,11 +18,11 @@ pip install --upgrade pip
15
18
# Pip Package setup
16
19
Download the FastDup latest wheel from the following shared folder: `s3://visualdb`
17
20
-Latest version: 0.25
21
+Latest version: 0.34
22
-## For pip (python 3.8) install using
23
+## For pip (python 3.8 or 3.7) install using
24
-pip install fastdup-<VERSION>-cp38-cp38-linux_x86_64.whl
25
+python3.8 -m pip install fastdup-<VERSION>-cp38-cp38-linux_x86_64.whl
26
```
27
28
## For conda (python 3.7.11) install using
0 commit comments