Install kivy
How install kivy for VS Code
Requirements:-
- Installed Python 2.7 and 3.5 to 3.7.
- Installed VS Code.
Get started:-
- 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.
- After installed Python successfully, open command prompt.
- Now type python --version to make sure that you have installed Python correctly.
- Now type pip install wheel setuptools virtualdev to install these files.
- After installation completed, now type pip install docutils pygments pypiwin32 kivy_deps.sdl2 kivy_deps.glew.
- After that type pip install kivy_deps.gstreamer.
- Now type pip install kivy.
- (Optional)If you need to install examples type pip install kivy_examples.
- Now open your visual studio and write some kivy Python code and save it file with .py
- Run it and you can see the output.
Thanks you everyone.
& : The term 'C:/Program Files/Python310/python.exe' is not recognized as the name of a cmdlet, function, script file, or operable program.
ReplyDeleteCheck 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
how to fix that
Delete