2  Installing Necessary Packages on Your Computer

There are a few programs that we will need to install: Homebrew, node, ispell, and gnu-tar.

Homebrew is necessary as MacOS’s package manager. This will allow you to install various programs via the command line. Node.js, ispell, and gnu-tar are all dependencies that are needed in order to integrate with Copilot.

To do so, please open your Terminal. (If you don’t know where this is: Finder > Applications > Utilities > Terminal).

Once Homebrew is installed, we can now install the three dependencies in your terminal. One by one, please copy and paste the following lines and execute separately (by pressing return after each).

You should now be done!

If you run into any problems installing these, please refer to documentation online for Homebrew, gnu-tar, node.js, and ispell.