update pip install commands

pull/11/head
deadc0de6 4 years ago
parent a60f532ff7
commit 4faf1e6dec

@ -35,7 +35,7 @@ Quick start:
```bash ```bash
# install catcli with pip # install catcli with pip
sudo pip3 install catcli pip3 install catcli --user
# index a directory in the catalog # index a directory in the catalog
catcli index -u --meta='some description' log /var/log catcli index -u --meta='some description' log /var/log
# display the content # display the content
@ -80,7 +80,7 @@ See the [examples](#examples) for an overview of the available features.
To install run: To install run:
```bash ```bash
$ sudo pip3 install catcli $ pip3 install catcli --user
``` ```
Or from github directly Or from github directly
@ -93,7 +93,7 @@ $ catcli --help
To work with catcli without installing it, you can do the following To work with catcli without installing it, you can do the following
```bash ```bash
$ cd /tmp; git clone https://github.com/deadc0de6/catcli && cd catcli $ cd /tmp; git clone https://github.com/deadc0de6/catcli && cd catcli
$ sudo pip3 install -r requirements.txt $ pip3 install -r requirements.txt --user
$ python3 -m catcli.catcli --help $ python3 -m catcli.catcli --help
``` ```

Loading…
Cancel
Save