mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Update README.md
This commit is contained in:
parent
33c453eff7
commit
b791c61f82
1 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,8 @@
|
||||||
# pycapnp
|
# pycapnp
|
||||||
|
|
||||||
[](https://github.com/capnproto/pycapnp/actions)
|
[](https://github.com/capnproto/pycapnp/actions)
|
||||||
[](https://github.com/capnproto/pycapnp/actions)
|
[](https://github.com/capnproto/pycapnp/actions)
|
||||||
[](https://badge.fury.io/py/pycapnp)
|
[](https://badge.fury.io/py/pycapnp)
|
||||||
[](https://lgtm.com/projects/g/capnproto/pycapnp/alerts/)
|
|
||||||
[](https://lgtm.com/projects/g/capnproto/pycapnp/context:python)
|
|
||||||
[](https://lgtm.com/projects/g/capnproto/pycapnp/context:cpp)
|
|
||||||
|
|
||||||
[Cap'n'proto Mailing List](https://groups.google.com/forum/#!forum/capnproto) [Documentation](https://capnproto.github.io/pycapnp)
|
[Cap'n'proto Mailing List](https://groups.google.com/forum/#!forum/capnproto) [Documentation](https://capnproto.github.io/pycapnp)
|
||||||
|
|
||||||
|
@ -19,7 +16,7 @@
|
||||||
* cmake (needed for bundled capnproto)
|
* cmake (needed for bundled capnproto)
|
||||||
- ninja (macOS + Linux)
|
- ninja (macOS + Linux)
|
||||||
- Visual Studio 2017+
|
- Visual Studio 2017+
|
||||||
* capnproto-0.8.0 (>=0.7.0 will also work if linking to system libraries)
|
* capnproto-0.10 (>=0.7.0 will also work if linking to system libraries)
|
||||||
- Not necessary if using bundled capnproto
|
- Not necessary if using bundled capnproto
|
||||||
* Python development headers (i.e. Python.h)
|
* Python development headers (i.e. Python.h)
|
||||||
- Distributables from python.org include these, however they are usually in a separate package on Linux distributions
|
- Distributables from python.org include these, however they are usually in a separate package on Linux distributions
|
||||||
|
@ -72,7 +69,6 @@ python setup.py clean
|
||||||
## Python Versions
|
## Python Versions
|
||||||
|
|
||||||
Python 3.7+ is supported.
|
Python 3.7+ is supported.
|
||||||
Earlier versions of Python have asyncio bugs that might be possible to work around, but may require significant work (3.5 and 3.6).
|
|
||||||
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
Loading…
Add table
Reference in a new issue