From 82416ea1440b79426b5701f07f7853cec7bbaa60 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 1 May 2019 19:34:01 -0400 Subject: [PATCH] Add `xclip` to avoid tb at kivy startup --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0c500bb2..f379ea18 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ since currently there's reliance on an async development branch. =================== On Archlinux you need the following dependencies:: - pacman -S python-docutils gstreamer sdl2_ttf sdl2_mixer sdl2_image + pacman -S python-docutils gstreamer sdl2_ttf sdl2_mixer sdl2_image xclip To manually install the async branch of ``kivy`` from github do (though this should be done as part of the ``pipenv install`` below)::