
#安装homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#必须安装的音频处理软件软件
brew install supersonic
brew install ffmpeg
brew install sox
brew install tree
brew install praatsudo vi ~/.bash_profile
export PATH="/Users/yel/anaconda3/bin:$PATH"
source ~/.bash_profile