From 4f7099d9bcc4e4d1e8bab95954260f63327ff6f8 Mon Sep 17 00:00:00 2001 From: Rick Wierenga Date: Sun, 22 Dec 2024 19:29:15 -0800 Subject: [PATCH] ugh --- docs/user_guide/centrifuge.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/user_guide/centrifuge.md b/docs/user_guide/centrifuge.md index 679d90d545..cbf21877e5 100644 --- a/docs/user_guide/centrifuge.md +++ b/docs/user_guide/centrifuge.md @@ -77,6 +77,10 @@ Download the required `.dll` files from the following link: - `libftdi1.dll` - `libusb-1.0.dll` +##### Place DLLs in Python Scripts Folder + +Paste the copied `.dll` files into the `Scripts` folder of your Python environment. This enables Python to communicate with FTDI devices. + - macOS: Install libftdi using [Homebrew](https://brew.sh/): @@ -95,13 +99,9 @@ sudo apt-get install libftdi-dev Other distros may have similar packages. -##### Place DLLs in Python Scripts Folder - -Paste the copied `.dll` files into the `Scripts` folder of your Python environment. This enables Python to communicate with FTDI devices. - #### 2. Configuring the Driver with Zadig -- **This step is only required for Windows.** +- **This step is only required on Windows.** Use Zadig to replace the default driver of the VSpin device with `libusbk`: