commit 18bd544fa57a838c5a37087c9692af1303454df3 parent fa27b206efc76434e0bf5d75e5fe2e89827bdac6 Author: Samuel Walladge <swalladge@users.noreply.github.com> Date: Tue, 31 May 2016 09:03:01 +0930 Merge pull request #26 from retrography/requirements add requirements file, amend readme with install instructions Diffstat:
M | README.md | | | 6 | ++++++ |
A | requirements.txt | | | 2 | ++ |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -23,6 +23,12 @@ Check your OS distribution for installation packages. * [Requests](https://requests.readthedocs.org/en/master/) Python 3 module * A love for the command line! +### Installation + +* Clone this repository to your hard disk: `git clone https://github.com/insanum/sncli.git` +* Install the requirements `pip3 install -r requirements.txt` +* Install _sncli_: `python3 setup.py install` + ### Features * Console GUI diff --git a/requirements.txt b/requirements.txt @@ -0,0 +1,2 @@ +urwid +requests