1. Packages
  2. RunPod
  3. Installation & Configuration
Runpod v1.2.7 published on Sunday, Apr 7, 2024 by Runpod

RunPod: Installation & Configuration

runpod logo
Runpod v1.2.7 published on Sunday, Apr 7, 2024 by Runpod

    Installation

    The RunPod provider is available as a package in these Pulumi languages:

    Go

    To use from Go, use go get to grab the latest version of the library:

    go get github.com/runpod/pulumi-runpod-native/sdk/go/runpod
    

    We advise you to pin to a specific version.

    Node.js (JavaScript/TypeScript)

    To use from JavaScript or TypeScript in Node.js, install using either npm:

    npm install @runpod-infra/pulumi
    

    or yarn:

    yarn add @runpod-infra/pulumi
    

    Python

    Please activate the virtual environment created when you ran the pulumi new command:

        source venv/bin/activate
    

    Then install the official pulumi package from our pip repository:

    pip install runpodinfra
    

    Configuration

    To begin with, please set your RunPod API key using Pulumi.

    pulumi config set runpod:token --secret
    
    runpod logo
    Runpod v1.2.7 published on Sunday, Apr 7, 2024 by Runpod