diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-02-26 08:40:05 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-02-26 08:42:48 -0700 |
| commit | 9f5d8cc6ab3f1f89e1711ea8c8e6d1efc53e2eb6 (patch) | |
| tree | 8c03d198bce36042ce0947d1c94d7eadbf5f9cea | |
| parent | 1a3f3a5f39c1434666c69f32b3ead2204d0a5e33 (diff) | |
| download | usermoji-9f5d8cc6ab3f1f89e1711ea8c8e6d1efc53e2eb6.tar.xz | |
Docs: GH39, Update BUILD.md for directions on installing python lxml module
| -rw-r--r-- | BUILD.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -76,7 +76,17 @@ Windows 7+ with additional required software packages: - Tell the installer to "Add CMake to the system PATH" environment variable. - Python 3 (from https://www.python.org/downloads). Notes: - Select to install the optional sub-package to add Python to the system PATH environment variable. + - Ensure the pip module is installed (it should be by default) - Need python3.3 or later to get the Windows py.exe launcher that is used to get python3 rather than python2 if both are installed on Windows + - 32 bit python works +- Python lxml package must be installed + - Download the lxml package from + http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml + 32-bit latest for Python 3.5 is: lxml-3.5.0-cp35-none-win32.whl + 64-bit latest for Python 3.5 is: lxml-3.5.0-cp35-none-win_amd64.whl + - The package can be installed with pip as follows: + pip install lxml-3.5.0-cp35-none-win32.whl + If pip is not in your path, you can find it at $PYTHON_HOME\Scripts\pip.exe, where PYTHON_HOME is the folder where you installed Python. - Git (from http://git-scm.com/download/win). - Note: If you use Cygwin, you can normally use Cygwin's "git.exe". However, in order to use the "update_external_sources.bat" script, you must have this version. - Tell the installer to allow it to be used for "Developer Prompt" as well as "Git Bash". |
