diff --git a/docs/installation/patchmatch.md b/docs/installation/patchmatch.md index 61e0538fa1..1ca0ba116f 100644 --- a/docs/installation/patchmatch.md +++ b/docs/installation/patchmatch.md @@ -97,16 +97,16 @@ Prior to installing PyPatchMatch, you need to take the following steps: sudo pacman -S --needed base-devel ``` -2. Install `opencv` and `blas`: +2. Install `opencv`, `blas`, and required dependencies: ```sh - sudo pacman -S opencv blas + sudo pacman -S opencv blas fmt glew vtk hdf5 ``` or for CUDA support ```sh - sudo pacman -S opencv-cuda blas + sudo pacman -S opencv-cuda blas fmt glew vtk hdf5 ``` 3. Fix the naming of the `opencv` package configuration file: