Start notes on handling libev dependency for installation
This commit is contained in:
12
README.rst
12
README.rst
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user