mirror of
https://github.com/paul-nameless/tg
synced 2025-02-16 18:48:24 +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] list contacts
|
||||||
- [X] show user status
|
- [X] show user status
|
||||||
- [X] secret chats
|
- [X] secret chats
|
||||||
- [X] create new chat
|
|
||||||
|
|
||||||
TODO:
|
|
||||||
|
|
||||||
- [ ] search
|
- [ ] search
|
||||||
- [ ] show members in chat
|
|
||||||
- [ ] bots (bot keyboard)
|
- [ ] bots (bot keyboard)
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,7 +61,7 @@ pip3 install tg
|
||||||
tg
|
tg
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using setup.py
|
### From sources
|
||||||
|
|
||||||
This option is recommended for development:
|
This option is recommended for development:
|
||||||
|
|
||||||
|
@ -74,7 +69,7 @@ This option is recommended for development:
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com:paul-nameless/tg.git
|
git clone https://github.com:paul-nameless/tg.git
|
||||||
cd tg
|
cd tg
|
||||||
python setup.py install
|
pip install .
|
||||||
tg
|
tg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue