Skip to content

Commit b4821b7

Browse files
committed
Update README. Remove API docs from wiki pages.
1 parent c921fa8 commit b4821b7

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
__Notes__:
2-
* Repository rewritten on 2016-02-15 to reduce its size.
1+
__Note__: Repository rewritten on 2016-02-15 to reduce its size.
32
Please clone it again.
43

54

@@ -9,8 +8,8 @@ Table of contents:
98
* [Introduction](#introduction)
109
* [Compatibility](#compatibility)
1110
* [Downloads](#downloads)
12-
* [Documentation and help](#documentation-and-help)
13-
* [Support development](#support-development)
11+
* [Support](#support)
12+
* [Donate](#donate)
1413

1514

1615
## Introduction
@@ -27,26 +26,29 @@ Some use cases for CEF:
2726

2827
## Compatibility
2928

30-
* Supported Python versions: 2.7 (Python 3.4 will be supported soon, see [Issue #121](../../issues/121))
31-
* Supported platforms: Windows, Linux, Mac (both 32bit and 64bit binaries are available for all platforms)
29+
* Supported Python versions: 2.7. For Python 3.4 / 3.5 support see [Issue #121](../../issues/121).
30+
* Supported platforms: Windows, Linux, Mac. Both 32bit and 64bit binaries are available for all platforms.
3231

3332

3433
## Downloads
3534

35+
On Win/Mac you can install from PyPI using this command:
36+
`pip install cefpython3`.
37+
3638
* For Windows: see the [Download_CEF3_Windows](../../wiki/Download_CEF3_Windows) wiki page.
3739
* For Linux: see the [Download_CEF3_Linux](../../wiki/Download_CEF3_Linux) wiki page.
3840
* For Mac: see the [Download_CEF3_Mac](../../wiki/Download_CEF3_Mac) wiki page.
3941

4042

41-
## Documentation and help
43+
## Support
4244

43-
* See the [Help and search](../../wiki/Help-and-search) wiki page
44-
* Documentation and API is available on [Wiki Pages](../../wiki)
45-
* New up-to-date API docs are in the [api/](api/) directory.
46-
* Please do not use the Issue Tracker for asking questions. Use the
47-
[Forum](https://groups.google.com/group/cefpython).
45+
* API docs are in the [api/](api/) directory
46+
* See [Wiki Pages](../../wiki)
47+
* Ask questions and report problems on the
48+
[Forum](https://groups.google.com/group/cefpython)
49+
* Please do not ask questions in the Issue Tracker
4850

4951

50-
## Support development
52+
## Donate
5153

52-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=95W9VHNSFWRUN"><img align="right" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif"></img></a> If you are interested in donating time to help with the CEF Python development please see the [Internal development](../../wiki/InternalDevelopment) wiki page. If you would like to support general CEF Python development efforts by making a donation see the [Donations](docs/Donations.md) page. At this time CEF Python is unable to accept donations that sponsor the development of specific features. If you are interested in sponsorship opportunities please contact Czarek directly.
54+
If you would like to support general CEF Python development efforts by making a donation see the [Donations](../../wiki/Donations) wiki page.

0 commit comments

Comments
 (0)