Update readme: use "pip install ." when installing from sources

This commit is contained in:
Paul Nameless 2020-07-28 20:46:55 +08:00
parent 87e50e1081
commit 4dc9b8ce25

View file

@ -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
```