You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo yum install redhat-lsb-core # for lsb_release
31
+
sudo yum install -y ffmpeg ffmpeg-devel # for video support
32
+
```
33
+
23
34
# Pip Package setup
24
35
25
36
## Using pypi
37
+
This is the recommended installation method for all Mac, Ubuntu 18-20, Debian 10.
38
+
Will not work for Centos 7.9, RedHat 4.8.
26
39
27
40
```bash
41
+
python3.8 -m pip install -U pip
28
42
python3.8 -m pip install fastdup
29
43
```
30
44
31
45
Note: you may need to upgrade your pip, using the command `python3.8 -m pip install -U pip`.
32
46
33
-
## Using stable release
47
+
## Using stable release.
48
+
This is mandatory for CentOS 7.9 / RedHat 4.8 and similiar OS.
34
49
35
50
- download the latest wheel for your system from our [release page](https://github.com/visualdatabase/fastdup/releases). Assuming the wheel file is found in your working folder, run:
0 commit comments