Skip to content

Commit d15e190

Browse files
committed
Update genicons.py section of README.md to reflect Python 3
1 parent 4133134 commit d15e190

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ located at [`scripts/genicons.py`](scripts/genicons.py).
1717
### Install
1818

1919
1. Assuming the repository is on Debian
20-
2. Install required Python 2 packages:
20+
2. Install Python 3 and required Python 3 packages:
2121

2222
```shell
23-
sudo apt-get install python-cairo python-gtk2
23+
sudo apt-get install python3 python3-gi-cairo
2424
```
2525

2626
3. Install CC Icons font
@@ -33,10 +33,10 @@ located at [`scripts/genicons.py`](scripts/genicons.py).
3333

3434
### Usage
3535

36-
Execute with Python 2:
36+
Execute with Python 3:
3737

3838
```shell
39-
python genicons.py
39+
python3 genicons.py
4040
```
4141

4242
This will generate the icons in the directory `www/i` directory.

0 commit comments

Comments
 (0)