Nextmv: The home for all your optimization work
Welcome to nextmv, the general Python SDK for the Nextmv Platform.
📖 To learn more about nextmv, visit the docs.
Requires Python >=3.10. Install using the Python package manager of your
choice:
-
pippip install nextmv
-
pipxpipx install nextmv
-
uvuv tool install nextmv
Install all optional dependencies (recommended) by specifying "nextmv[all]"
instead of just "nextmv".
The Nextmv CLI is installed automatically with the SDK. To verify installation, run:
nextmv --helpIf you are contributing to the CLI, please make sure you read the CLI Contributing Guide.
