raspberry为新烧录的系统https://www.raspberrypi.org/downloads/raspbian/
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python-pip
sudo apt-get install python-skimage
本文介绍了如何为新烧录的树莓派系统进行基本配置,包括更新软件包列表、升级现有软件包到最新版本,并安装Python及其相关库skimage的过程。
raspberry为新烧录的系统https://www.raspberrypi.org/downloads/raspbian/
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python-pip
sudo apt-get install python-skimage
2654
5434

被折叠的 条评论
为什么被折叠?