Skip to content
Snippets Groups Projects
install-anaconda.md 332 B
Newer Older
David Verelst's avatar
David Verelst committed

# Installation manual


## Anaconda or Miniconda

```
conda update --all
conda create -n wetb_py3 python=3.5
source activate wetb_py3
conda install setuptools_scm future h5py pytables pytest nose sphinx blosc
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
pip install pyscaffold pytest-cov --no-deps
David Verelst's avatar
David Verelst committed
```