Skip to content

Latest commit

History

History
65 lines (46 loc) 路 1.57 KB

File metadata and controls

65 lines (46 loc) 路 1.57 KB

Nextmv Python SDK

Nextmv

Nextmv: The home for all your optimization work

Supported Python versions Package version

Welcome to nextmv, the general Python SDK for the Nextmv Platform.

馃摉 To learn more about nextmv, visit the docs.

Installation

Requires Python >=3.10. Install using the Python package manager of your choice:

  • pip

    pip install nextmv
  • pipx

    pipx install nextmv
  • uv

    uv tool install nextmv

Install all optional dependencies (recommended) by specifying "nextmv[all]" instead of just "nextmv".

CLI

The Nextmv CLI is installed automatically with the SDK. To verify installation, run:

nextmv --help

If you are contributing to the CLI, please make sure you read the CLI Contributing Guide.