forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
20 lines (15 loc) · 453 Bytes
/
README.txt
File metadata and controls
20 lines (15 loc) · 453 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
1. To install CEF Python 3 package type:
sudo python setup.py install
This will install the cefpython3 package to
/usr/local/lib/python2.7/dist-packages/
2. In the same directory that setup.py resides there is
an examples/ directory. Run some examples from there:
cd examples/
python pygtk_.py
python pyqt.py
python wxpython.py
python kivy_.py
cd wx/
python sample1.py
python sample2.py
python sample3.py