Merge pull request #21 from microsoft/laserprec/update_readme

Update installation instructions
This commit is contained in:
Jianjie Liu 2021-02-04 13:52:14 -05:00 коммит произвёл GitHub
Родитель 4c91ea2569 8e7b1576da
Коммит 3362cdf6be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -39,6 +39,14 @@ We are currently in a pre-release stage. Stable release is currently pushed to t
`pip install -i https://test.pypi.org/simple/ genalog`
### Extra Installation Steps in MacOs and Windows
We have a dependency on [`Weasyprint`](https://weasyprint.readthedocs.io/en/stable/install.html), which in turn has non-python dependencies including `Pango`, `cairo` and `GDK-PixBuf` that need to be installed separately.
So far, `Pango`, `cairo` and `GDK-PixBuf` libraries are available in `Ubuntu-18.04` and later by default.
If you are running on Windows, MacOS, or other Linux distributions, please see [installation instructions from WeasyPrint](https://weasyprint.readthedocs.io/en/stable/install.html).
**NOTE**: If you encounter the errors like `no library called "libcairo-2" was found`, this is probably due to the three extra dependencies missing.
### Installation from Source: