Skip to content
Snippets Groups Projects
Commit a8304d39 authored by David Verelst's avatar David Verelst
Browse files

docs: small update on dependencies

parent 26b30d61
No related branches found
No related tags found
No related merge requests found
...@@ -145,9 +145,9 @@ use ```deactivate``` to deactivate the environment. ...@@ -145,9 +145,9 @@ use ```deactivate``` to deactivate the environment.
Install the necessary Python dependencies using the conda package manager: Install the necessary Python dependencies using the conda package manager:
``` ```
>> conda install setuptools_scm future h5py pytables pytest nose sphinx >> conda install setuptools_scm future h5py pytables pytest nose sphinx blosc prb paramiko
>> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil >> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil pandoc
>> conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-channel-priority >> conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-channel-priority --no-update-dependencies
``` ```
Note that ```--no-channel-priority``` avoids that newer packages from the Note that ```--no-channel-priority``` avoids that newer packages from the
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
Install the necessary Python dependencies using the ```conda``` package manager: Install the necessary Python dependencies using the ```conda``` package manager:
``` ```
conda install setuptools_scm future h5py pytables pytest nose sphinx blosc >> conda install setuptools_scm future h5py pytables pytest nose sphinx blosc prb paramiko
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil >> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil
conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-channel-priority >> conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-channel-priority --no-update-dependencies
``` ```
Now you can install ```wetb``` with ```pip``` (there is no ```conda``` package Now you can install ```wetb``` with ```pip``` (there is no ```conda``` package
...@@ -18,14 +18,14 @@ Since we prefer that ```conda``` manages and installs all dependencies we ...@@ -18,14 +18,14 @@ Since we prefer that ```conda``` manages and installs all dependencies we
expclicitally tell ```pip``` to only install ```wetb``` and nothing more: expclicitally tell ```pip``` to only install ```wetb``` and nothing more:
``` ```
pip install wetb --upgrade --no-deps >> pip install wetb --upgrade --no-deps
``` ```
## Update conda and ```wetb``` ## Update conda and ```wetb```
``` ```
conda update --all >> conda update --all
pip install wetb --upgrade --no-deps >> pip install wetb --upgrade --no-deps
``` ```
...@@ -35,7 +35,7 @@ pip install wetb --upgrade --no-deps ...@@ -35,7 +35,7 @@ pip install wetb --upgrade --no-deps
## Installation and update ## Installation and update
``` ```
pip install --upgrade wetb >> pip install --upgrade wetb
``` ```
......
...@@ -13,3 +13,7 @@ tables ...@@ -13,3 +13,7 @@ tables
future future
paramiko paramiko
psutil psutil
pbr
pyscaffold
pytest-cov
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment