1. To install CEF Python 3 package type:
python setup.py install
On Linux/Mac if using system Python then you need to add sudo:
sudo python setup.py install
2. To run examples enter the examples/ directory,
start with the hello_world.py example:
cd examples/
python hello_world.py