Install kivy

How install kivy for VS Code


Requirements:-

Get started:-


  1. Before starting to install kivy, make sure that you have installed Python 2.7 or 3.5 to 3.7 but latest 3.8 will not supported.


  2. After installed Python successfully, open command prompt.


  3. Now type python --version to make sure that you have installed Python correctly.


  4. Now type pip install wheel setuptools virtualdev to install these files.


  5. After installation completed, now type pip install docutils pygments pypiwin32 kivy_deps.sdl2 kivy_deps.glew.


  6. After that type pip install kivy_deps.gstreamer.


  7. Now type pip install kivy.


  8. (Optional)If you need to install examples type pip install kivy_examples.

  9. Now open your visual studio and write some kivy Python code and save it file with .py


  10. Run it and you can see the output.

I hope now you understand how to type kivy Python code in Visual Studio Code.

Thanks you everyone.

Comments

  1. & : The term 'C:/Program Files/Python310/python.exe' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:3
    + & "C:/Program Files/Python310/python.exe" d:/PYTHON/python/main.py
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:/Program Files/Python310/python.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    ReplyDelete

Post a Comment

Popular Posts