List python3 as dependency

This commit is contained in:
Francesco Frassinelli 2022-03-17 10:57:53 +01:00 committed by GitHub
parent bf79a35a5c
commit 985af3f5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Lapce is written in pure Rust, with UI in [Druid](https://github.com/linebender/
### Dependencies
#### Ubuntu
```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
```sh