Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gcc and python3-devel to README instructions #79

Open
PatPeter opened this issue Feb 14, 2021 · 1 comment
Open

Add gcc and python3-devel to README instructions #79

PatPeter opened this issue Feb 14, 2021 · 1 comment

Comments

@PatPeter
Copy link

PatPeter commented Feb 14, 2021

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

@ChillFish8
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants