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 9884098bb3 moving this 2018-11-20 16:31:30 -05:00
bin moved things 2018-10-30 21:21:32 -04:00
scripts moved things 2018-10-30 21:21:32 -04:00
tests moved things 2018-10-30 21:21:32 -04:00
util moving this 2018-11-20 16:31:30 -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 moved things 2018-10-30 21:21:32 -04:00
package.json Merge branch 'master' of https://github.com/marcus13345/pythonjs 2018-10-30 21:44:32 -04: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()