This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Valerie 3f5ecd706f poopfart 2018-11-21 20:51:22 -05:00
bin moved things 2018-10-30 21:21:32 -04:00
scripts can install to multiple projects 2018-11-20 19:28:11 -05:00
tests moved things 2018-10-30 21:21:32 -04:00
util portapy commands 2018-11-21 20:42:39 -05:00
.gitignore update npmignore and gitignore 2018-11-21 20:43:56 -05:00
.npmignore update npmignore and gitignore 2018-11-21 20:43:56 -05:00
index.js poopfart 2018-11-21 20:51:22 -05:00
package-lock.json poopfart 2018-11-21 20:51:22 -05:00
package.json poopfart 2018-11-21 20:51:22 -05:00
readme.md readme started 2018-10-30 20:52:30 -04:00

readme.md

PortaPy

PortaPy is a module for running python from node.

To install it, simply run

npm install -g portapy

Global installation gives you access to the normal python command, as if it were installed normally.

C:\Users\Cobra>python
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:05:16) [MSC v.1915 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>exit()