Auto-Voice-Channels icon indicating copy to clipboard operation
Auto-Voice-Channels copied to clipboard

Add gcc and python3-devel to README instructions

Open PatPeter opened this issue 4 years ago • 1 comments

There are more system packages needed in order to install the requirements.txt, so you should change this:

Install pip: sudo apt-get -y install python3-pip

To this:

Install pip: sudo apt-get -y install python3-pip python3-devel gcc or sudo yum -y install python3-pip python3-devel gcc

PatPeter avatar Feb 14 '21 18:02 PatPeter

This is a OS specific issue, the requirements and setup listed are pretty much universal for any linux based system however, the commands listed by you are required by some but not required by others.

ChillFish8 avatar Feb 14 '21 21:02 ChillFish8