Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Nov 30, 2023
1 parent 2e53331 commit de5681e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ section depending on your environment.

For < Ubuntu 20.04 you will need to check first if which version your python is on and if you have 'python3' on your system.

From a fresh Ubuntu 20.04 system, running the client form source requires git, pip and a lib for the Qt GUI.
From a fresh Ubuntu 20.04 system and up, running the client form source requires git, pip and a lib for the Qt GUI.

```
sudo apt install git python3-pip libxcb-xinerama0
sudo apt install git python3-pip libxcb-xinerama0 libxcb-cursor0
pip3 install --upgrade pip
```

> For some versions of Ubuntu 22.04 you might need to install more packes like `libxcb-cursor0`. Check out [QT6 package dependency list]( https://doc.qt.io/qt-6/linux-requirements.html).
> For some versions of Ubuntu 20.04 you might need to install more packes like `libxcb-cursor0`. Check out [QT6 package dependency list]( https://doc.qt.io/qt-6/linux-requirements.html).
#### Setting udev permissions

Expand Down

0 comments on commit de5681e

Please sign in to comment.