Skip to content
Snippets Groups Projects
Commit 8fc89371 authored by Stig Telfer's avatar Stig Telfer
Browse files

Python devel packages not typically installed, add as a base package requirement

parent 6af44a3e
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,11 @@ source code repository, Git is required.
On CentOS::
$ yum install -y python-virtualenv gcc git
$ yum install -y python-devel python-virtualenv gcc git
On Ubuntu::
$ apt install -y python-virtualenv gcc git
$ apt install -y python-dev python-virtualenv gcc git
Installation
============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment