Skip to content

Commit cdedd2d

Browse files
committed
fixed pip command instructions to install python driver
1 parent 3156968 commit cdedd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ as dynamic fields when the table is indexed in DSE's implementation of Solr.
3030

3131
The [cassandra_store.py](cassandra_store.py) file contains the code to save the log data into Cassandra.
3232
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
33+
It should be installed by running `pip install cassandra-driver`. The script currently assumes
3434
that Cassandra is running on `localhost` on the default CQL port 9042.
3535

3636
## Solr indexing

0 commit comments

Comments
 (0)