Skip to content

Commit 5343b61

Browse files
committed
Fixing broken link for installation docs
1 parent 490597e commit 5343b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If the command above is not able to find a liblsl package for your system, you c
5151

5252
## Matplotlib
5353

54-
If NDS was installed with the `[extras]` dependencies, [matplotlib](https://matplotlib.org) will also be included. This library is being used to display velocities and trajectories plots at the end of running the BCI closed loop simulation. In order to display figures, `matplotlib` can use different rendering backends. On some Linux distributions and on macOS, `matplotlib` might work out of the box, but other Linux distributions require explicitly installing a backend like `PyQt`. On Windows, it also requires the [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) to be installed. Please consult the [matplotlib documentation](https://matplotlib.org/stable/devel/dependencies.html#optional-dependencies) for more information.
54+
If NDS was installed with the `[extras]` dependencies, [matplotlib](https://matplotlib.org) will also be included. This library is being used to display velocities and trajectories plots at the end of running the BCI closed loop simulation. In order to display figures, `matplotlib` can use different rendering backends. On some Linux distributions and on macOS, `matplotlib` might work out of the box, but other Linux distributions require explicitly installing a backend like `PyQt`. On Windows, it also requires the [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) to be installed. Please consult the [matplotlib documentation](https://matplotlib.org/stable/install/dependencies.html#optional) for more information.
5555

5656
## Post-installation script
5757

0 commit comments

Comments
 (0)