Skip to content

Commit

Permalink
[doc] install inih on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Jan 27, 2024
1 parent d199abd commit 9d3b8be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Tutorial-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
```
- 这是因为 libintl.8.dylib 不存在。你需要执行 `brew install gettext`

- 在 MacOS 上使用 pyexiv2 时,你可能遇到以下异常:
```py
Library not loaded: '/usr/local/opt/inih/lib/libinih.0.dylib'
```
- 这是因为 libinih.0.dylib 不存在。你需要执行 `brew install inih`

- 在 Windows 上使用 pyexiv2 时,你可能遇到以下异常:
```py
>>> import pyexiv2
Expand Down
6 changes: 6 additions & 0 deletions docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Language: [English](./Tutorial.md) | [中文](./Tutorial-cn.md)
```
- This is because libintl.8.dylib is missing. You need to execute `brew install gettext` .

- When using pyexiv2 on MacOS, you may encounter the following exception:
```py
Library not loaded: '/usr/local/opt/inih/lib/libinih.0.dylib'
```
- This is because libinih.0.dylib is missing. You need to execute `brew install inih` .
1
- When using pyexiv2 on Windows, you may encounter the following exception:
```py
>>> import pyexiv2
Expand Down

0 comments on commit 9d3b8be

Please sign in to comment.