From 302d3378c1953cb011f3c1146c8b27b4ff84ee42 Mon Sep 17 00:00:00 2001 From: "Mads M. Pedersen" <mmpe@dtu.dk> Date: Thu, 8 Dec 2016 09:03:06 +0100 Subject: [PATCH] replace prb with pbr --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 0b55f2d..dbf386b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -7,7 +7,7 @@ Install the necessary Python dependencies using the ```conda``` package manager: ``` ->> conda install setuptools_scm future h5py pytables pytest nose sphinx blosc paramiko +>> conda install setuptools_scm future h5py pytables pytest nose sphinx blosc pbr paramiko >> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil >> conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-update-dependencies ``` -- GitLab