In this tutorial, we are going to set up the environment on your PC in order to build MyTransportApp.
In this tutorial, you will learn
1. How to install Anaconda with Python 3.7.4 and Visual Studio Code
2. How to install Kivy 1.11.1
3. How to install Kivy Glew 0.3.0 package
4. How to install Kivy Sdl2 0.3.1 package
5. How to install Kivy Garden Mapview
Install Anaconda 2019.10 with Python 3.7.4:
https://docs.anaconda.com/anaconda/pa...
https://repo.anaconda.com/archive/
Install Kivy:
Download Kivy-1.11.1-cp37-cp37m-win_amd64.whl (4.1 MB) from https://pypi.org/project/Kivy/#files
Open Anaconda prompt as Admin, cd to the location where this file is downloaded.
pip install Kivy-1.11.1-cp37-cp37m-win_amd64.whl
Install Kivy glew:
Download kivy_deps.glew-0.3.0-cp37-cp37m-win_amd64.whl (123.7 kB) from https://pypi.org/project/kivy-deps.gl...
Open Anaconda prompt as Admin, cd to the location where this file is downloaded.
pip install kivy_deps.glew-0.3.0-cp37-cp37m-win_amd64.whl
Install Kivy sdl2:
Download kivy_deps.sdl2-0.3.1-cp37-cp37m-win_amd64.whl (2.5 MB) from https://pypi.org/project/kivy-deps.sd...
Open Anaconda prompt as Admin, cd to the location where this file is downloaded.
pip install kivy_deps.sdl2-0.3.1-cp37-cp37m-win_amd64.whl
Install Kivy Garden Mapview:
https://kivy.org/doc/stable/api-kivy....
Open Anaconda prompt as Admin, cd to the location where this file is downloaded.
pip install kivy_garden.mapview --extra-index-url https://kivy-garden.github.io/simple/
Support my Channel and my Work on Buy Me A Coffee:
https://www.buymeacoffee.com/marcusch...
Please subscribe to my channel if you want to learn about it! I am very exciting to share what I have learned about Kivy with you :)