We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3156968 commit cdedd2dCopy full SHA for cdedd2d
README.md
@@ -30,7 +30,7 @@ as dynamic fields when the table is indexed in DSE's implementation of Solr.
30
31
The [cassandra_store.py](cassandra_store.py) file contains the code to save the log data into Cassandra.
32
It requires the [DataStax Python Driver](https://github.com/datastax/python-driver).
33
-It should be installed by running `pip install cassandra`. The script currently assumes
+It should be installed by running `pip install cassandra-driver`. The script currently assumes
34
that Cassandra is running on `localhost` on the default CQL port 9042.
35
36
## Solr indexing
0 commit comments