Skip to content

Commit

Permalink
fix link & text in inst
Browse files Browse the repository at this point in the history
  • Loading branch information
rickwierenga committed Dec 22, 2023
1 parent 6ea5f18 commit 8028cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <using-the-firmware-interface-with-hamilton-robots>`.
Note that there are additional installation steps for using the firmware (universal) interface to Hamiltons and Tecans, see {ref}`below <using-the-firmware-interface>`.

## Installing PyLabRobot

Expand All @@ -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).
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8028cee

Please sign in to comment.