0.1.0 • Published 7 years ago

@require-x/python v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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"
0.1.0

7 years ago