Skip to content

Commit b154a3f

Browse files
author
dbickson
committed
updating docs
1 parent 535e103 commit b154a3f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

INSTALL.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@ sudo yum -y install wget
4141
sudo yum install redhat-lsb-core # for lsb_release
4242
sudo yum install -y ffmpeg ffmpeg-devel # for video support
4343
```
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+
python3.7 -m pip install <path of the downloaded whl>
56+
```
4457

4558
## Windows 10 Server Setup <a name="windows10">
4659

0 commit comments

Comments
 (0)