0.1.0 • Published 8 years ago
@require-x/python v0.1.0
python-js
Installation
Install Python
Python 2 and 3 are required.
Debian/Ubuntu
sudo apt-get install python python3 python3-devWindows
Download the installer from python.org
Install require-py
npm install @require-x/pythonUsage
const requirePy = require('@require-x/python');
const pyModule = requirePy('module'); // Loads the python module called "module"0.1.0
8 years ago