From 9c97788285e0593d52cf93f552a3b95c5b9c5050 Mon Sep 17 00:00:00 2001 From: macayu17 Date: Sat, 23 May 2026 22:28:14 +0530 Subject: [PATCH 1/3] docs: update PSLab app links --- README.md | 2 +- docs/installation.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f94a1c0f..fe7c5ae2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pslab-python can be installed from PyPI: **Note**: Windows users who use the PSLab v6 device must download and install the CP210x Windows Drivers from the [Silicon Labs website](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads) in order for pslab-python to be able to communicate with the PSLab device. -**Note**: If you are only interested in using PSLab as an acquisition device without a display/GUI, only pslab-python needs to be installed. If you would like a GUI, install the [pslab-desktop app](https://github.com/fossasia/pslab-desktop) and follow the instructions of the Readme in that repo. +**Note**: If you are only interested in using PSLab as an acquisition device without a display/GUI, only pslab-python needs to be installed. If you would like a GUI, install the [PSLab app](https://github.com/fossasia/pslab-app) and follow the instructions of the Readme in that repo. ## Validate installation diff --git a/docs/installation.rst b/docs/installation.rst index c239cba2..1e9a98d9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -12,10 +12,10 @@ pslab-python to be able to communicate with the PSLab device. The file should be copied to /etc/udev/rules.d/. **Note**: pslab-python does not provide a graphical user interface. If you want -a GUI, install the [pslab-desktop app](https://github.com/fossasia/pslab-desktop). +a GUI, install the `PSLab app `__. Dependencies ------------ ``pslab-python`` requires `Python `__ version -3.6 or later. \ No newline at end of file +3.6 or later. From b6595900f9bb4a8ee2f23b3d64fccc3edf0e53be Mon Sep 17 00:00:00 2001 From: Ayush <63203492+macayu17@users.noreply.github.com> Date: Sat, 23 May 2026 22:42:33 +0530 Subject: [PATCH 2/3] Update README.md Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe7c5ae2..cf69c4a8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pslab-python can be installed from PyPI: **Note**: Windows users who use the PSLab v6 device must download and install the CP210x Windows Drivers from the [Silicon Labs website](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads) in order for pslab-python to be able to communicate with the PSLab device. -**Note**: If you are only interested in using PSLab as an acquisition device without a display/GUI, only pslab-python needs to be installed. If you would like a GUI, install the [PSLab app](https://github.com/fossasia/pslab-app) and follow the instructions of the Readme in that repo. +**Note**: If you are only interested in using PSLab as an acquisition device without a display/GUI, only pslab-python needs to be installed. If you would like a GUI, install the [PSLab app](https://github.com/fossasia/pslab-app) and follow the instructions of the README in that repo. ## Validate installation From 67ecf24d6271f1611e05c8bacddabdce0c4bef0a Mon Sep 17 00:00:00 2001 From: macayu17 Date: Sat, 23 May 2026 22:51:39 +0530 Subject: [PATCH 3/3] docs: clarify PSLab app install note --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 1e9a98d9..d10034b3 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,11 +11,11 @@ pslab-python to be able to communicate with the PSLab device. The file [99-pslab.rules](https://github.com/fossasia/pslab-python/blob/development/99-pslab.rules) should be copied to /etc/udev/rules.d/. -**Note**: pslab-python does not provide a graphical user interface. If you want -a GUI, install the `PSLab app `__. +**Note**: pslab-python does not provide a graphical user interface. + +To use a GUI, install the `PSLab app `__. Dependencies ------------ -``pslab-python`` requires `Python `__ version -3.6 or later. +``pslab-python`` requires `Python `__ version 3.6 or later.