0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RaspberryPi+NOOBS+python3セットアップ

Posted at

個人メモ

Download NOOBS for Raspberry Pi

Download NOOBS for Raspberry Pi

インストール

  • キーボードはUS配列設定
  • 日本時間
  • 日本語設定

アップデート

sudo apt-get update

python3

python3はすでに入っている。

sudo apt-get install python3-pip

pythonライブラリ

  • scikit-learn
sudo apt get install python-sklearn
  • numpy

入ってた

  • pyaudio

PyAudio: PortAudio v19 Python Bindings

sudo apt-get install python-pyaudio python3-pyaudio
  • Matplotlib

Matplotlib: Python plotting — Matplotlib 2.2.3 documentation

sudo pip3 install matplotlib

また増やすかも

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?