From ef6e0aacc6b73c8f45400835187d2e5a16c38eea Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 30 Oct 2018 20:52:30 -0400 Subject: [PATCH] readme started --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..fa67554 --- /dev/null +++ b/readme.md @@ -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() + +``` +