From 994ed625672717dca85cc830fc0364cdd120cf6a Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 24 Aug 2022 09:41:42 -0400 Subject: [PATCH] Add install instructions to docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5a83961..508a9d8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ This command line utility wraps a few of the main GNU coreutils (awk, sed) to fi 2. python3 (no third party dependencies are needed for now) # Install +From pipy + + pip install port_env + +From source python setup.py bdist_wheel pip install dist/*