jepegit / cellpy

extract and tweak data from electrochemical tests of cells
MIT License
88 stars 30 forks source link

Add instructions on how to install `libobdc` when using `pip` #284

Closed ma-sadeghi closed 8 months ago

ma-sadeghi commented 9 months ago

When using pip to install cellpy, running pytest fails, complaining that libobdc is missing.

Here's how you can install it on Ubuntu:

sudo apt update
sudo apt install unixodbc-dev

Source: https://unix.stackexchange.com/a/588413/443742

jepegit commented 9 months ago

Thanks. Added to the docs.