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 535e103 commit b154a3fCopy full SHA for b154a3f
INSTALL.md
@@ -41,6 +41,19 @@ sudo yum -y install wget
41
sudo yum install redhat-lsb-core # for lsb_release
42
sudo yum install -y ffmpeg ffmpeg-devel # for video support
43
```
44
+Download and istall CentOS 7 whl image from our [release page](https://github.com/visual-layer/fastdup/releases).
45
+```
46
+python3.7 -m pip install <path of the downloaded whl>
47
48
+
49
+## Amazon Linux 2 Setup <a name="amazon_linux">
50
+```bash
51
+sudo yum install mesa-libGL -y
52
53
+Download and isntall CentOS 7 whl image from our [release page](https://github.com/visual-layer/fastdup/releases).
54
55
56
57
58
## Windows 10 Server Setup <a name="windows10">
59
0 commit comments