rbn42/panon

[Feature request] Add Dependencies for Fedora on the README

creeloper27 opened this issue · 1 comments

Fedora dependencies are currently missing in the README.

These are the Fedora dependencies:

  • qt5-qtwebsockets-devel (qt5-qtwebsockets is not enought, see #64
  • python3-cffi
  • python3-docopt
  • python3-numpy
  • python3-pyaudio
  • python3-websockets

You can use this command to install them all:
sudo dnf install qt5-qtwebsockets qt5-qtwebsockets-devel python3-cffi python3-docopt python3-numpy python3-pyaudio python3-websockets