File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ version: 2
33python :
44 install :
55 - requirements : ./docs/requirements.txt
6- - requirements : requirements.txt
76
87build :
98 os : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ See https://github.com/redis-stack/redis-stack-website#readme for more details.
1313## How to test examples
1414
1515Examples are standalone python scripts, committed to the * doctests* directory. These scripts assume that the
16- ``` requirements.txt ``` and ``` dev_requirements.txt ``` from this repository have been installed, as per below.
16+ ``` doctests/ requirements.txt``` and ``` dev_requirements.txt ``` from this repository have been installed, as per below.
1717
1818``` bash
19- pip install -r requirements.txt
2019pip install -r dev_requirements.txt
20+ pip uninstall -y redis # uninstall Redis package installed via redis-entraid
2121pip install -r doctests/requirements.txt
2222```
2323
Original file line number Diff line number Diff line change 33requests
44sentence_transformers
55tabulate
6+ redis #install latest stable version
You can’t perform that action at this time.
0 commit comments