Download and Setup

Download and Setup

Step 1: Download JPM

Download the latest release of JPM go to: https://github.com/sasmlange/JPM/releases.

Step 2: Follow the Installer instructions

Note

This will install it on C: (drive C). If your drive is not call C, then you must download the source files.

Step 3: Add JPM to PATH

  1. Click the windows icon and type Edit the system environment variables.

Windows Search
  1. Click “Environment Variables”

Windows Control Panel
  1. Double click on “Path”

Environment Variables Editor
  1. Click add then type: C:jpmbin

Path Environment Variable Editor

Step 4: Test Install

Open the Windows Terminal and type:

jpm -h

The result should be something like this:

usage: jpm [-h] type name

positional arguments:
  type        Can be install or uninstall
  name        The URL of your package

options:
  -h, --help  show this help message and exit