Skip to content

Commit

Permalink
Add install instructions to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Moist-Cat committed Aug 24, 2022
1 parent 6ff4d8a commit 994ed62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 994ed62

Please sign in to comment.