sh 在Raspbian Strech中安装Kivy 1.10.0(9)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Raspbian Strech中安装Kivy 1.10.0(9)相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env bash
sudo apt-get update
apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev \
   pkg-config libgl1-mesa-dev libgles2-mesa-dev \
   python-setuptools libgstreamer1.0-dev git-core \
   gstreamer1.0-plugins-{bad,base,good,ugly} \
   gstreamer1.0-{omx,alsa} python-dev libmtdev-dev \
   xclip xsel libatlas-base-dev

pip3 install Cython==0.27.3 kivy==1.10.0

以上是关于sh 在Raspbian Strech中安装Kivy 1.10.0(9)的主要内容,如果未能解决你的问题,请参考以下文章

sh 在wsl中安装ssh

sh 在bash中安装python库

sh 为了在CentOS中安装casper

sh 在脱机环境中安装pip包

sh 在ubuntu中安装Android

sh Android - 在终端中安装依赖项