File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ version: 2
3
3
python :
4
4
install :
5
5
- requirements : ./docs/requirements.txt
6
- - requirements : requirements.txt
7
6
8
7
build :
9
8
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.
13
13
## How to test examples
14
14
15
15
Examples 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.
17
17
18
18
``` bash
19
- pip install -r requirements.txt
20
19
pip install -r dev_requirements.txt
20
+ pip uninstall -y redis # uninstall Redis package installed via redis-entraid
21
21
pip install -r doctests/requirements.txt
22
22
```
23
23
Original file line number Diff line number Diff line change 3
3
requests
4
4
sentence_transformers
5
5
tabulate
6
+ redis #install latest stable version
You can’t perform that action at this time.
0 commit comments