Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 435 Bytes

install.md

File metadata and controls

14 lines (12 loc) · 435 Bytes

本書の前提

  • 本書の全てのソースコードは、Python3.6.4を使って動作を確認しています。
  • Python標準のライブラリ以外で必要となるライブラリをインストールする コマンドを以下に示します。
    $pip install numpy
    $pip install scipy
    $pip install matplotlib
    $pip install sounddevice
    $pip install pyroomacoustics
    $pip install nara-wpe