diff --git a/docs/install-manual-detailed.md b/docs/install-manual-detailed.md index 289f98190c83befc03eb7be431512c56e0103bd2..026dbbb0cd4f833cdc8927fb0c9a456d1d4edf6d 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