Skip to content

Commit f22353d

Browse files
committed
Added OS X six bug resolution to README
See: #2
1 parent 454c75a commit f22353d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ $ pip install -r icon-font-to-png/requirements.txt
3333
$ cd icon-font-to-png/bin
3434
```
3535

36+
### OS X
37+
As reported [here](#2), to install it on OS X:
38+
```
39+
$ pip install icon_font_to_png --ignore-installed six
40+
```
41+
3642
## Usage
3743
```
3844
usage: icon-font-to-png [-h] [--list] [--download {font-awesome,octicons}]

0 commit comments

Comments
 (0)