Merge pull request #4960 from shammellee/fix-pyassimp-readme-typo

Fix PyAssimp README typo
pull/4967/head
Kim Kulling 2023-02-15 21:22:16 +01:00 committed by GitHub
commit 4950d02bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ $ python setup.py install
```
PyAssimp requires a assimp dynamic library (`DLL` on windows,
`.so` on linux, `.dynlib` on macOS) in order to work. The default search directories are:
`.so` on linux, `.dylib` on macOS) in order to work. The default search directories are:
- the current directory
- on linux additionally: `/usr/lib`, `/usr/local/lib`,
`/usr/lib/x86_64-linux-gnu`

View File

@ -81,7 +81,7 @@ Install ``pyassimp`` by running:
$ python setup.py install
PyAssimp requires a assimp dynamic library (``DLL`` on windows, ``.so``
on linux, ``.dynlib`` on macOS) in order to work. The default search
on linux, ``.dylib`` on macOS) in order to work. The default search
directories are:
- the current directory