You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/cztomczak/cefpython/compare/05366f2...master)
7
7
8
-
__Important notes__:
9
-
* Branches cefpython51/52/53+ with latest Chrome are tested and work only on Linux currently.
10
-
Instructions for building these are in docs/[Build-instructions.md](docs/Build-instructions.md)
11
-
* The last stable release that works on all platforms is in the cefpython31 branch.
12
-
Up-to-date API docs for the cefpython31 branch can be viewed in commit [169a1b2](https://github.com/cztomczak/cefpython/tree/169a1b20d3cd09879070d41aab28cfa195d2a7d5/docs/api).
13
-
* Repository rewritten on 2016-02-15 to reduce its size. Please clone it again.
14
-
15
8
Table of contents:
9
+
*[Important notes](#important-notes)
16
10
*[Introduction](#introduction)
17
11
*[Compatibility](#compatibility)
18
12
*[Downloads](#downloads)
19
13
*[Support](#support)
14
+
*[Notifications on new releases](#notifications-on-new-releases)
20
15
*[Changes in API during updates](#changes-in-api-during-updates)
21
16
*[Donate](#donate)
22
17
18
+
## Important notes
19
+
20
+
* Branches cefpython51/52/53+ with latest Chrome are tested and work only
21
+
on Linux currently. Instructions for building these are
22
+
in docs/[Build-instructions.md](docs/Build-instructions.md).
23
+
Beta downloads are available on the [Github Releases](../../releases) page.
24
+
Pre-releases are also available on PyPI.
25
+
* The last stable release that works on all platforms is in the cefpython31
26
+
branch. Downloads for this branch are available on wiki pages. Up-to-date
27
+
API docs for the cefpython31 branch can be viewed in commit
0 commit comments