Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/python/ext/pip.ts>Pip

🐍 Python interpreter bindings for Deno and Bun.
Go to Latest
class Pip
import { Pip } from "https://deno.land/x/python@0.4.2/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.