File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
66Required machine setup
77``` bash
88sudo 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
You can’t perform that action at this time.
0 commit comments