adding pip instructions

This commit is contained in:
Blake Eggleston
2012-11-25 22:02:01 -08:00
parent 35b83d4485
commit 69546acca8

View File

@@ -14,7 +14,9 @@ cqlengine is a Cassandra CQL ORM for Python in the style of the Django orm and m
**NOTE: cqlengine is in alpha and under development, some features may change (hopefully with notice). Make sure to check the changelog and test your app before upgrading**
## Installation
TODO
```
pip install cqlengine
```
## Getting Started