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 a3ef494fd0 updated jsons to new url and testing something 2018-11-20 17:02:54 -05:00
bin moved things 2018-10-30 21:21:32 -04:00
scripts updated jsons to new url and testing something 2018-11-20 17:02:54 -05:00
tests moved things 2018-10-30 21:21:32 -04:00
util updated jsons to new url and testing something 2018-11-20 17:02:54 -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 installs pip, kindof 2018-10-30 17:59:40 -04:00
package-lock.json updated jsons to new url and testing something 2018-11-20 17:02:54 -05:00
package.json updated jsons to new url and testing something 2018-11-20 17:02:54 -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()