Skip to content

Mac Installation Instructions

Johnsd11 edited this page Nov 16, 2022 · 19 revisions

Optional: The DeepPhe Visualizer requires Node.js. If Node.js is not detected on your system, the installer give you the option to not install the Visualizer.

If you do not already have Node.js on your system, there are two ways to install it:

  1. Download and run the Node.js installer
  2. Using Homebrew, a command line tool for installing software.

Installing Node.js using an installer

If you'd like to use an installer, simply download and install this package: https://nodejs.org/dist/v16.14.2/node-v16.14.2.pkg

Installing Node.js using Homebrew

  1. Install Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

  2. Install Node.js: brew install node

*Note: If, when attempting to start the Viz Tool, you see an error message in your terminal similar to npm: command not found You may not have Node.js installed.

Required: Run the DeepPhe Installer

  1. Download the DeepPhe Installer from this URL: DeepPhe.dmg

  2. Run the installer.

  3. Once the installer runs, follow the on screen prompts. You will be prompted to choose an installation directory for DeepPhe.

  4. DeepPheDocs is a folder that will contain an input folder and an output folder. DeepPheDocs will be automatically placed on your desktop for ease of access, you can change the destination of this folder to a different location after installation if you wish.

Verify Your installation

Once the installer completes, you should see the DeepPhe folder in your Applications Directory (or wherever you chose to install it). The contents of the installation folder should look as follows:

After installation you can checkout our Quickstart Guide to help you get used to the interface!

Clone this wiki locally