kademlia/README.markdown
2014-01-02 21:39:06 -05:00

19 lines
239 B
Markdown

# [Kademlia](http://en.wikipedia.org/wiki/Kademlia) in Python
## Installation
```
easy_install kademlia
```
## Usage
*This assumes you have a working familiarity with Twisted.*
```python
from twisted.internet import reactor
...
```