summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2018-12-03 17:30:46 +0100
committerGitHub <noreply@github.com>2018-12-03 17:30:46 +0100
commitee7ebe43f26506f1f095416935a5c736db49932d (patch)
tree55afd985087883dd8147c61cb7ca5786f3ee87b2
parent16469df346bc4b4b7a1035e06048bb6f5d9aa111 (diff)
downloadurwid-ee7ebe43f26506f1f095416935a5c736db49932d.tar.gz
Add installation instruction to README
-rw-r--r--README.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index fd44e98..d4e867f 100644
--- a/README.rst
+++ b/README.rst
@@ -30,6 +30,20 @@ It includes many features useful for text console application developers includi
Home Page:
http://urwid.org/
+Install
+=======
+
+To install using pip
+
+.. code:: bash
+
+ pip install urwid
+
+Alternatively if you are on Debian or Ubuntu
+
+.. code:: bash
+ apt-get install python-urwid
+
Testing
=======