diff --git a/README.md b/README.md index f94a1c0f..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-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..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-desktop app](https://github.com/fossasia/pslab-desktop). +**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. \ No newline at end of file +``pslab-python`` requires `Python `__ version 3.6 or later.