From 744c69bb77a1a2c4d3482a51d4e867722750fcfc Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> Date: Sun, 11 Aug 2019 18:38:42 +0200 Subject: [PATCH] Add python3 dependency for building rust-xcb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a735cf8..0c9afc0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ future. Contributions welcome, but please be kind ;) ## Requirements * Rust +* Python 3 (needed for building `rust-xcb` dependency) * `libasound2-dev` (or `portaudio-dev`, if you want to use the PortAudio backend) * `libncurses-dev` and `libssl-dev` * `libdbus-1-dev`