intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
61 stars 29 forks source link

Add clang-format to list of dependencies #104

Closed hollinsky-intrepid closed 3 years ago

hollinsky-intrepid commented 3 years ago

Not 100% sure if it's a dependency for Windows, but for macOS and Linux you need to install clang-format.

On macOS, that's easiest with the homebrew package manager and brew install clang-format.

On Debian based (i.e. Ubuntu) Linux, you can do sudo apt install clang-format.

drebbe-intrepid commented 3 years ago

This check should probably be added to setup.py as its only needed when building the package from source. Windows has binaries so its usually never needed.

drebbe-intrepid commented 3 years ago

Fixed in v905.11