From 97534b4cf3226876e0512b4f13cdb72c95c9f29d Mon Sep 17 00:00:00 2001 From: Nikita Ermishin Date: Thu, 9 Jan 2020 21:46:31 +0300 Subject: [PATCH] [docs] Add step to install Weasy Print #261 This commit adds links to additional info about installation of WeasyPrint for different OS to the new `Install required system packages` sections of `setup.rst`. Fixes #261 --- docs/source/general/setup.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/general/setup.rst b/docs/source/general/setup.rst index 2e34027..81218a2 100644 --- a/docs/source/general/setup.rst +++ b/docs/source/general/setup.rst @@ -18,6 +18,15 @@ We highly suggest to use **virtualenvwrapper**, please refer to the official `vi .. note:: If you encounter an error like ``Python could not import the module virtualenvwrapper``, add ``VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3`` and run ``source virtualenvwrapper.sh`` again :) + +Install required system packages +-------------------------------- + +Install packages required by Weasyprint for your OS: + + - `Linux `_ + - `MacOS `_ + - `Windows `_ Install stable version from pypi --------------------------------