From 5d0a24df9853a587739a7c6450812f93b245588a Mon Sep 17 00:00:00 2001 From: davidovitch <david.verelst@gmail.com> Date: Thu, 4 Feb 2016 12:07:00 +0100 Subject: [PATCH] [DOCS] installation: added a few more notes --- docs/install-manual-detailed.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/install-manual-detailed.md b/docs/install-manual-detailed.md index 289f9819..026dbbb0 100644 --- a/docs/install-manual-detailed.md +++ b/docs/install-manual-detailed.md @@ -22,7 +22,10 @@ Installation instructions follow in alphabetical orderby platorm. install the following python dependencies: > numpy, cython, scipy, pandas, matplotlib, pyscaffold, future, nose, sphinx, -> xlrd, pytables, h5py, pytest, pytest-cov, setuptools_scm, setuptools +> xlrd, (py)tables, h5py, pytest, pytest-cov, setuptools_scm, setuptools + +Note that often the pytables packages is called python-tables instead of +python-pytables. * Other tools you will need: @@ -37,6 +40,11 @@ complete this guide :-) ## Windows +A Python installation with compilers is required. If you already have this, +or know how set up such an environment, you skip to +[here](And Finally: install wetb). + + ### Microsft Visual Studio 2010 -- GitLab