Please find the following sections for installing Nextmv Platform components:
- Nextmv CLI: command line interface built for developers.
- Nextmv Go SDK: if you are working with Go.
- Nextmv Python SDK: if you are working with Python.
- VSCode: we recommend the use of VSCode as your code editor.
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 SDK
nextmv-py
is the Python SDK, a package to interact programmatically with the Nextmv Platform from Python. It is hosted on PyPI. Python >=3.8
is required.
Install via pip
:
VSCode
While not required, we recommend all users install VSCode as their code editor and extensions for the languages they are working with.