filmov
tv
Getting Started with Kivy | Setup | Walkthrough | Intro | for MacOSX
Показать описание
Setup kivy documentation can be found below this link:
1. Install Homebrew:
Open a terminal
2. After Homebrew is installed you use the brew command and install the following dependencies:
brew install pkg-config sdl2 sdl2_image sdl2_ttf sdl2_mixer gstreamer
Install python3.9.5 using homebrew:
3. Exit out of terminal and reopen terminal
4. Install Xcode:
xcode-select --install
5. Create a projects folder in your home directory
Go back to your terminal
Use cd to change directory to the projects folder you have created
6. Clone project from github
cd Technews
python3 -m venv env
. env/bin/activate
cd app
Install missing modules:
pip install requests
pip install bs4
Run the app again:
Timestamps
0:00 Intro
0:48 Install Homebrew
1:30 Install Dependencies For Kivy
3:58 Install Python 3.9.5
5:06 Install Xcode
5:50 Create Projects Folder
7:15 Clone Github Kivy Project
8:48 Setup Python Environment
10:06 Try To Run Kivy App
10:15 Install Modules
11:34 Run Kivy App Successfully
13:00 Outro
1. Install Homebrew:
Open a terminal
2. After Homebrew is installed you use the brew command and install the following dependencies:
brew install pkg-config sdl2 sdl2_image sdl2_ttf sdl2_mixer gstreamer
Install python3.9.5 using homebrew:
3. Exit out of terminal and reopen terminal
4. Install Xcode:
xcode-select --install
5. Create a projects folder in your home directory
Go back to your terminal
Use cd to change directory to the projects folder you have created
6. Clone project from github
cd Technews
python3 -m venv env
. env/bin/activate
cd app
Install missing modules:
pip install requests
pip install bs4
Run the app again:
Timestamps
0:00 Intro
0:48 Install Homebrew
1:30 Install Dependencies For Kivy
3:58 Install Python 3.9.5
5:06 Install Xcode
5:50 Create Projects Folder
7:15 Clone Github Kivy Project
8:48 Setup Python Environment
10:06 Try To Run Kivy App
10:15 Install Modules
11:34 Run Kivy App Successfully
13:00 Outro
Комментарии