From 11edf76d018e0a8b4c207b2f322db17dae309d9e Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 25 Mar 2017 22:12:06 +0100 Subject: [PATCH] Update Python version to 3.6 in Windows doc --- docs/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index bde16a90..abd64d13 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -181,8 +181,8 @@ Really carefully. Don't cheat. on your own, don't even try to report an issue, kittens will die because of you.** -- Install `Python 3.5.x `_ - **with "Add Python 3.5 to PATH" checked**: +- Install `Python 3.6.x `_ + **with "Add Python 3.6 to PATH" checked**: - "Windows x86 executable installer" on Windows 32 bit, - "Windows x86-64 executable installer" on Windows 64 bit, @@ -201,8 +201,8 @@ you.** in `Python's wiki `_, - download `lxml for Windows `_: - - "lxml-x.x.x-cp35-cp35m-win32.whl" on Windows 32 bit, - - "lxml-x.x.x-cp35-cp35m-win_amd64.whl" on Windows 64 bit, + - "lxml-x.x.x-cp36-cp36m-win32.whl" on Windows 32 bit, + - "lxml-x.x.x-cp36-cp36m-win_amd64.whl" on Windows 64 bit, - install lxml with ``python -m pip install path/to/lxml-xxx.whl`` - install WeasyPrint with ``python -m pip install weasyprint``,