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
BrOakes 87a12a5a71 portapy commands 2018-11-21 20:42:39 -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 it maybe works, but probably not 2018-10-30 19:54:49 -04:00
.installerLocation moved things 2018-10-30 21:21:32 -04:00
index.js portapy commands 2018-11-21 20:42:39 -05:00
package-lock.json portapy commands 2018-11-21 20:42:39 -05:00
package.json portapy commands 2018-11-21 20:42:39 -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()