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
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