docs
Run Conversion

Step 4: Run Your First Conversion

Now that you are authenticated, you are ready to convert your first model using the SDK.

Get the Example Files

To get started quickly, we recommend using the pre-made examples included in the official repository.

  1. Clone the Repository: Open your terminal and run the following command to download the project files:

    git clone https://github.com/vcussei/jingongo.git
  2. Navigate into the Project:

    cd jingongo

Run the Conversion Script

The examples/ directory contains a script specifically for converting a sample Python model.

You can run this script from the project's root directory using Python's module runner (-m), which is the recommended approach:

# Make sure your JINGONGO_API_KEY is set!
python -m examples.02_convert_python_model

Alternatively, if you first navigate into the examples directory, you can run it directly:

cd examples
python 02_convert_python_model.py

You will see real-time status updates from the cloud engine printed directly to your console. Once it finishes, you've successfully used the entire Jingongo pipeline to create your first FMU!