Run Hue built with python 3.x on centos 7 running python 2.x

Is there a guide, or instructions, to help running Hue built with python 3.x on centos 7 running python 2.x?

I tried it with Hue v4.7.0 and did not really work as it was looking for some os level python 3.x libraries and was not able to locate them since centos 7 runs python 2.7.5.

Would recommend to look at the Admin install docs which are listing the packages, as well as the Docker image.
Then installing Python 3 first then getting a make apps working iteratively.

Thanks you @Romain, I will follow the admin docs.