diff --git a/README.md b/README.md index a218535d..72780d25 100644 --- a/README.md +++ b/README.md @@ -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