Commit 2ce4638 1 parent 2e06c5f commit 2ce4638 Copy full SHA for 2ce4638
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ $ pacaur -y nctelegram-git
33
33
Install dependencies:
34
34
35
35
```
36
- $ dnf install telegram-cli python-urwid
36
+ $ sudo dnf install telegram-cli python-urwid
37
37
```
38
38
39
39
Install ncTelegram through pip:
40
40
```
41
- $ pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master .tar.gz
41
+ $ sudo pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/0.9.2 .tar.gz
42
42
```
43
43
44
44
If you want notifications and inline images:
45
45
46
46
```
47
- $ dnf install libnotify caca-utils
47
+ $ sudo dnf install libnotify caca-utils
48
48
```
49
49
50
50
### Debian/Ubuntu:
@@ -54,19 +54,19 @@ To install telegram-cli just follow its [readme](https://github.com/vysheng/tg).
54
54
Install urwid:
55
55
56
56
```
57
- $ apt-get install python3-urwid
57
+ $ sudo apt-get install python3-urwid
58
58
```
59
59
60
60
Install ncTelegram through pip:
61
61
62
62
```
63
- $ pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master.tar.gz
63
+ $ sudo pip3 install --upgrade https://github.com/Nanoseb/ncTelegram/archive/master.tar.gz
64
64
```
65
65
66
66
If you want notifications and inline images:
67
67
68
68
```
69
- $ apt-get install libnotify-bin caca-utils
69
+ $ sudo apt-get install libnotify-bin caca-utils
70
70
```
71
71
72
72
### Crux:
Original file line number Diff line number Diff line change 3
3
from distutils .core import setup
4
4
5
5
setup (name = 'ncTelegram' ,
6
- version = '0.9.4 ' ,
6
+ version = '0.9.5 ' ,
7
7
description = 'A curse Telegram client' ,
8
8
license = 'GPLv3' ,
9
9
author = 'Sébastien Lemaire' ,
You can’t perform that action at this time.
0 commit comments