Skip to content

Commit

Permalink
Added requirements docs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrym2 committed Oct 14, 2019
1 parent 6e0925e commit 212f4b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

Python script for rendering a github users avatar in Terminal (requires ANSII color support)

This script does require the 'click' library to function.
To install requirements run:

`$ pip install -r requirements.txt --user`

A virtual enviroment in either env, pipenv or virtualenv is recommended

Simply clone the repo and enter the following `python render-user.py getuser [USERNAME]` to have that users avatar rendered right in your terminal!
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Click==7.0
numpy==1.17.2
Pillow==6.2.0
requests==2.22.0
urwid==2.0.1

0 comments on commit 212f4b9

Please sign in to comment.