From 2b2b6187690ac65a2ad3f0f9a4f51d6e533d83e0 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 14 Dec 2017 20:30:06 +0100 Subject: [PATCH] adding requirements installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e13fc98..c83afc3 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ $ catcli --help To work with catcli without installing it, you can do the following ```bash $ cd /tmp; git clone https://github.com/deadc0de6/catcli && cd catcli +$ sudo pip3 install -r requirements.txt $ python3 -m catcli.catcli --help ```