diff --git a/docs/developer-guide.md b/docs/developer-guide.md index dc44aa24732e43d7170f956e5014dbe7e237847c..887444b2bd5a3d368c1b9c6345425366123bd459 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -156,7 +156,7 @@ Install the necessary Python dependencies using the conda package manager: ``` >> conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx blosc pbr paramiko >> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil pandoc ->> conda install -c conda-forge pyscaffold pypandoc --no-deps +>> conda install -c conda-forge pyscaffold pypandoc sshtunnel --no-deps >> conda install --channel https://conda.anaconda.org/pbrod twine --no-deps ``` diff --git a/docs/install.md b/docs/install.md index 8d8b97db7521f7fd4878391819eb1d6540758580..b3bbac3f2fe20562c28692c9b75bf7c4e0bb5f66 100644 --- a/docs/install.md +++ b/docs/install.md @@ -9,7 +9,7 @@ Install the necessary Python dependencies using the ```conda``` package manager: ``` >> conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx blosc pbr paramiko >> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil ->> conda install -c conda-forge pyscaffold --no-deps +>> conda install -c conda-forge pyscaffold sshtunnel --no-deps ``` Now you can install ```wetb``` with ```pip``` (there is no ```conda``` package