From 811dbaab4e00a813d418fbdfd9f313346f55fa91 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 26 Apr 2019 00:26:14 -0400 Subject: [PATCH] Add pipenv cmd for installing async kivy branch --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 244b5a4f..820e19c0 100644 --- a/README.rst +++ b/README.rst @@ -85,5 +85,10 @@ For those running pop-culture distros that don't yet ship ``python3.7`` you'll need to install it as well as `kivy source build`_ dependencies since currently there's reliance on an async development branch. +To install the async branch of `kivy` from github do:: + + pipenv install -e 'git+git://github.com/matham/kivy.git@async-loop#egg=kivy' + + .. _kivy source build: https://kivy.org/docs/installation/installation-linux.html#installation-in-a-virtual-environment