Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
rickwierenga committed Dec 23, 2024
1 parent bc82c77 commit 4f7099d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/user_guide/centrifuge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/):
Expand All @@ -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`:

Expand Down

0 comments on commit 4f7099d

Please sign in to comment.