Skip to content

Commit 0263a32

Browse files
author
EC2 Default User
committed
Changes to README.md
1 parent 482c32f commit 0263a32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/datastax-v3/elasticache/write-through-cache/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have the connection string for your Amazon Elasticache Redis cluster
1313

1414
You should have the keyspace name and table name for your Amazon Keyspaces resource which you will provide on line 36 and line 37 of write_through_caching_sample/ks_redis.py respectively.
1515

16-
Sample data can be found at write_through_caching_sample/resources/ and can be loaded using [CQLSH] (https://docs.aws.amazon.com/keyspaces/latest/devguide/bulk-upload.html) or [DSBulk] (https://docs.aws.amazon.com/keyspaces/latest/devguide/dsbulk-upload.html).
16+
Sample data can be found at write_through_caching_sample/resources/ and can be loaded using [CQLSH](https://docs.aws.amazon.com/keyspaces/latest/devguide/bulk-upload.html) or [DSBulk](https://docs.aws.amazon.com/keyspaces/latest/devguide/dsbulk-upload.html).
1717

1818

1919
### Running the sample
@@ -30,11 +30,11 @@ You can quickly get this to run by explicitly setting the following environment
3030

3131
From the project directory...
3232
```
33-
$ python3 -m pip install .
33+
pip install -r requirements.txt
3434
```
3535

3636
### Testing
3737
From this project directory...
3838
```
39-
$ python3 write_through_caching_sample/test_functions.py
39+
python3 write_through_caching_sample/test_functions.py
4040
```

0 commit comments

Comments
 (0)