@require-x/python

0.1.0 • Public • Published

python-js

Build status Build Status

Installation

Install Python

Python 2 and 3 are required.

Debian/Ubuntu

sudo apt-get install python python3 python3-dev

Windows

Download the installer from python.org

Install require-py

npm install @require-x/python

Usage

const requirePy = require('@require-x/python');

const pyModule = requirePy('module'); // Loads the python module called "module"

Readme

Keywords

Package Sidebar

Install

npm i @require-x/python

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hackzzila