> For the complete documentation index, see [llms.txt](https://docs.smart-mirror.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smart-mirror.io/installation/install_dependencies.md).

# Install dependencies

You'll need to install the following in order to run the keyword spotter and have the mirror listen to you:

```
sudo apt-get install sox libatlas-base-dev
```

Before we can run the thing we've got to install the projects dependencies. From the root of the `smart-mirror` directory run:

```
cd ~/smart-mirror
npm install
```

This will take a few minutes, it has to download [electron-prebuilt](https://github.com/mafintosh/electron-prebuilt). Once it is complete please continue to configuring the smart-mirror.

Next Step: [Configure the Pi](/configuration/configure_the_pi.md)
