From 4dc9b8ce253ff5877c661277d4a18820fdda1292 Mon Sep 17 00:00:00 2001 From: Paul Nameless Date: Tue, 28 Jul 2020 20:46:55 +0800 Subject: [PATCH] Update readme: use "pip install ." when installing from sources --- readme.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 289ace2..2082c24 100644 --- a/readme.md +++ b/readme.md @@ -21,12 +21,7 @@ Telegram terminal client. - [X] list contacts - [X] show user status - [X] secret chats -- [X] create new chat - -TODO: - - [ ] search -- [ ] show members in chat - [ ] bots (bot keyboard) @@ -66,7 +61,7 @@ pip3 install tg tg ``` -### Using setup.py +### From sources This option is recommended for development: @@ -74,7 +69,7 @@ This option is recommended for development: ```sh git clone https://github.com:paul-nameless/tg.git cd tg -python setup.py install +pip install . tg ```