Merge pull request #125 from frafra/patch-1

List python3 as dependency
This commit is contained in:
Dániel Buga 2022-04-03 15:43:21 +02:00 committed by GitHub
commit 3623396b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ A guideline about contributing to Lapce can be found in
### Dependencies ### Dependencies
#### Ubuntu #### Ubuntu
```sh ```sh
sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3
``` ```
### Building ### Building
```sh ```sh