Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 516 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 516 Bytes

Nextmv Python Hello World

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

  1. Install packages.

    pip3 install -r requirements.txt
  2. Run the app.

    cat input.json | python3 main.py

Next steps

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