readme started

master
Marcus 2018-10-30 20:52:30 -04:00
parent adefc7bfc5
commit ef6e0aacc6
1 changed files with 20 additions and 0 deletions

20
readme.md 100644
View File

@ -0,0 +1,20 @@
# 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()
```