File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ version: 2
22
33python :
44 install :
5- - requirements : ./docs/requirements.txt
6- - requirements : requirements.txt
5+ - method : pip
6+ path : .
7+ - method : pip
8+ requirements : ./docs/requirements.txt
79
810build :
911 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