From 2007018bd488daea68c1e4f45d76f27eea286bdf Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Fri, 28 Aug 2015 14:43:32 -0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a67580e..5929ada 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,19 @@ Requirements Installation -------- +**PyPi Stable Release** + + pip3 install shellish + +**Development Release** + python3.4 ./setup.py build python3.4 ./setup.py install + -or- + + python3.4 ./setup.py develop + Compatibility --------