mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Update readme: use "pip install ." when installing from sources
This commit is contained in:
parent
87e50e1081
commit
4dc9b8ce25
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue