Please find the following sections for installing Nextmv Platform components:
- Nextmv CLI: command line interface built for developers.
- Nextmv Python SDKs: if you are working with Python.
Nextmv is available for macOS, Linux and Windows.
If you have any questions, please contact support.
Nextmv CLI
If you are using a Windows machine, use a PowerShell terminal to run the installation script. Preferably, use one with administrative privileges to allow automatically setting the environment variables.
The Nextmv CLI is a command line interface that lets you easily interact with the other components of the Nextmv Platform.
Export your Nextmv API key as an environment variable:
Run the following script to install Nextmv CLI:
After downloading and installing, the last step is to configure Nextmv CLI with your account:
To display more information about a command, use help
or the --help
, -h
flags.
Nextmv Python SDKs
The Nextmv Python SDKs, are packages to interact programmatically with the Nextmv Platform from Python.
Please visit the Nextmv Python SDKs documentation for installation instructions.