I am trying to install Kivy in Anaconda 3 4.1.1 in Windows 7. But I couldn\'t find a proper user guide to instruct me how to do so. But so far I was able to find instructions to
Kivy now has official Anaconda releases on all platforms. You can install it with:
conda install kivy -c conda-forge
Use anaconda search for search the package names and conda install to install:
anaconda search -t conda kivy
For Windows:
conda install -c krisvanneste kivy=1.8.0
For Linux:
conda install -c moritzimend kivy=1.9.0
For Mac:
conda install -c akode kivy=1.9.1
conda install --channel https://conda.anaconda.org/jiayi_anaconda kivy
this will work fine.