Add pipenv cmd for installing async kivy branch
parent
1cc33abca0
commit
811dbaab4e
|
@ -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
|
you'll need to install it as well as `kivy source build`_ dependencies
|
||||||
since currently there's reliance on an async development branch.
|
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:
|
.. _kivy source build:
|
||||||
https://kivy.org/docs/installation/installation-linux.html#installation-in-a-virtual-environment
|
https://kivy.org/docs/installation/installation-linux.html#installation-in-a-virtual-environment
|
||||||
|
|
Loading…
Reference in New Issue