We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4133134 commit d15e190Copy full SHA for d15e190
README.md
@@ -17,10 +17,10 @@ located at [`scripts/genicons.py`](scripts/genicons.py).
17
### Install
18
19
1. Assuming the repository is on Debian
20
-2. Install required Python 2 packages:
+2. Install Python 3 and required Python 3 packages:
21
22
```shell
23
- sudo apt-get install python-cairo python-gtk2
+ sudo apt-get install python3 python3-gi-cairo
24
```
25
26
3. Install CC Icons font
@@ -33,10 +33,10 @@ located at [`scripts/genicons.py`](scripts/genicons.py).
33
34
### Usage
35
36
-Execute with Python 2:
+Execute with Python 3:
37
38
39
-python genicons.py
+python3 genicons.py
40
41
42
This will generate the icons in the directory `www/i` directory.
0 commit comments