Start notes on handling libev dependency for installation

This commit is contained in:
Tyler Hobbs
2013-06-26 16:10:31 -05:00
parent 74c7e2b37e
commit 952ce739eb

View File

@@ -7,10 +7,8 @@ Python Native Protocol Driver (Work in Progress)
This driver is currently under heavy development, so the API and layout of
packages, modules, classes, and functions are subject to change.
Features to be Added
--------------------
* Prepared statement support
* C extension for encoding/decoding messages
* Tracing support
* Connection pool metrics
@@ -19,6 +17,16 @@ Features to be Added
* Python 3 support
* IPv6 Support
Installation
------------
The driver currently depends on pyev for its core event loop. The pyev library
depends on libev. If you're on Linux, you should be able to install libev
through a package manager. For example, on Debian/Ubuntu:
.. code-block:: bash
$ sudo apt-get install libev-dev
License
-------
Copyright 2013, DataStax