Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Nextmv Python Hello World

Simple example for running a Python application on the Nextmv Platform.

  1. Install packages.

    • With pip

      pip install .
    • With uv

      uv sync
  2. Run the app.

    • With python

      cat input.json | python main.py
    • With uv

      cat input.json | uv run main.py

      Or with custom options:

      cat input.json | uv run main.py -details true

Next steps

  • Open main.py and start writing the model.
  • Visit our docs and blog. Need more assistance? Contact us!