@require-x/python
v0.1.0
Published
Require Python in JS
Downloads
8
Readme
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"
