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 94cba09fbb it works just breaks with msi varients because comands are differnet from cli 2020-01-05 14:17:33 -05:00
bin hahahah jk 2018-11-21 20:52:41 -05: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 it works just breaks with msi varients because comands are differnet from cli 2020-01-05 14:17:33 -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 hahahah jk 2018-11-21 20:52:41 -05:00
package-lock.json I big dum dum better do thing another way 2020-01-05 10:02:01 -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()