@runloop/api-client - v1.4.0
    Preparing search index...

    Interface Pip

    Pip source configuration

    interface Pip {
        package_name: string;
        agent_setup?: string[] | null;
        registry_url?: string | null;
    }
    Index

    Properties

    package_name: string

    Pip package name

    agent_setup?: string[] | null

    Setup commands to run after installation

    registry_url?: string | null

    Pip registry URL