Skip to content

Commit f1e4e1f

Browse files
author
dbickson
committed
fixing
1 parent 12e5e6d commit f1e4e1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Installation
2-
fastdup is currently only supported on Ubuntu 20.04 OS.
2+
fastdup is currently only supported on Ubuntu 20.04 or 18.04 OS.
33

44

5-
## Ubuntu 20.04 LTS Machine Setup
5+
## Ubuntu 20.04/18.04 LTS Machine Setup
66
Required machine setup
77
```bash
88
sudo apt update
@@ -78,7 +78,7 @@ ERROR: fastdup-0.39-cp38-cp38-manylinux_2_31_x86_64.whl is not a supported wheel
7878
- Make sure you install using `python3.8 -m pip install..` and not just `pip install...`.
7979
- If that does not work, please open an issue with the otuput of `python3.8 -m pip debug --verbose`
8080

81-
ERROR: libGL.so.1: cannot open shared object file: No such file or directory
81+
ERROR: `libGL.so.1: cannot open shared object file: No such file or directory`
8282
- Need to install depedency: `sudo apt -y nstall libgl1-mesa-glx`
8383

8484

0 commit comments

Comments
 (0)