Skip to content

Commit f71c41c

Browse files
authored
Fix missing keystroke in requirements (#5247)
ERROR: Invalid requirement: 'six=1.16.0' Hint: = is not a valid operator. Did you mean == ?
1 parent 1a6c99d commit f71c41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/macos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ brew install gnu-tar
5555
# install pip
5656
sudo easy_install pip
5757
# install script prerequisites
58-
pip install docker==5.0.0 ansible==4.1.0 jinja2==3.0.1 couchdb==1.2 httplib2==0.19.1 requests==2.25.1 six=1.16.0
58+
pip install docker==5.0.0 ansible==4.1.0 jinja2==3.0.1 couchdb==1.2 httplib2==0.19.1 requests==2.25.1 six==1.16.0
5959
```
6060
6161
Make sure you correctly configure the environment variable $JAVA_HOME.
@@ -114,4 +114,4 @@ To run the unit tests execute the command bellow from the project's root folder:
114114
# go back to project's root folder
115115
cd ../
116116
./gradlew -PtestSetName="REQUIRE_ONLY_DB" :tests:testCoverageLean
117-
```
117+
```

0 commit comments

Comments
 (0)