Skip to main content
Module

x/python/ext/pip.ts>Pip

🐍 Python interpreter bindings for Deno and Bun.
Latest
class Pip
import { Pip } from "https://deno.land/x/python@0.4.3/ext/pip.ts";

Constructors

new
Pip(location?: CacheLocation)

Methods

import(module: string, entrypoint?: string)

Install and import a Python module using the pip package manager.

install(module: string)

Install a Python module using the pip package manager.