adding pip command to install

pull/6/head
deadc0de6 7 years ago
parent 44e7f949ff
commit 65a43ac78d

@ -64,6 +64,12 @@ See the [example](#example) for an overview of the available features.
# Installation
To install run:
```bash
$ sudo pip3 install catcli
```
Or from github directly
```bash
$ cd /tmp; git clone https://github.com/deadc0de6/catcli && cd catcli
$ sudo python3 setup.py install

Loading…
Cancel
Save