1. Download and install [Anaconda for Python 3.x](https://www.anaconda.com/download).
1. Download and install [Anaconda for Python 3.x](https://www.anaconda.com/download).
2. Install [librosa](https://librosa.github.io/librosa/install.html) and [ffmpeg](https://librosa.github.io/librosa/install.html#ffmpeg). If you installed Anaconda during step 1:
2. Install [librosa](https://librosa.github.io/librosa/install.html) and [ffmpeg](https://librosa.github.io/librosa/install.html#ffmpeg):
conda install -c conda-forge librosa ffmpeg
conda install -c conda-forge librosa ffmpeg
If these packages are already installed, don't forget to upgrade them.
To upgrade:
To upgrade, `conda upgrade`.
conda upgrade -c conda-forge librosa ffmpeg
[2018 June 24] These notebooks reflect the following package versions:
[2018 June 24] These notebooks reflect the following package versions: