Install the Nextmv CLI

Tutorial to install the Nextmv CLI

The Nextmv CLI is a command-line interface that allows you to manage and deploy decision models and interact with them. This guide walks you through installing the Nextmv CLI on your machine.

Have a previous version of the Nextmv CLI? You’ll need to uninstall. Learn more in this migration guide.

Install the Nextmv CLI

Python >=3.10 is required. Install using the Python package manager of your choice. The CLI is available for macOS, Linux, and Windows.

pip install nextmv
Copy

Check that the CLI was installed successfully.

nextmv -h
Copy

Uninstall the Nextmv CLI

To uninstall the Nextmv CLI, use the appropriate command for your Python package manager.

pip uninstall nextmv
Copy

Page last updated

Go to on-page nav menu