From 8028cee3d3aeae840a14bda2716d692f7ce61f2b Mon Sep 17 00:00:00 2001 From: Rick Wierenga Date: Fri, 22 Dec 2023 13:20:45 +0100 Subject: [PATCH] fix link & text in inst --- docs/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index b17cd2a53d..524e193973 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -2,7 +2,7 @@ These instructions describe how to install PyLabRobot. -Note that there are additional installation steps for using the firmware (universal) interface to Hamiltons, see {ref}`below `. +Note that there are additional installation steps for using the firmware (universal) interface to Hamiltons and Tecans, see {ref}`below `. ## Installing PyLabRobot @@ -29,8 +29,6 @@ pip install -e '.[dev]' See [CONTRIBUTING.md](https://github.com/PyLabRobot/pylabrobot/blob/main/CONTRIBUTING.md) for specific instructions on testing, documentation and development. -(using-the-firmware-interface-with-hamilton-robots)= - ### Using pip (outdated and NOT recommended) > The PyPI package is currently out of date. Please install from source (see above). @@ -75,6 +73,8 @@ Or install all dependencies at once: pip install pylabrobot[all] ``` +(using-the-firmware-interface)= + ## Using the firmware interface with Hamilton or Tecan robots If you want to use the firmware version of the Hamilton or Tecan interfaces, you need to install a backend for [PyUSB](https://github.com/pyusb/pyusb/). You can find the official installation instructions [here](https://github.com/pyusb/pyusb#requirements-and-platform-support). The following is a complete (and probably easier) guide for macOS, Linux and Windows.