We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6c99d commit f71c41cCopy full SHA for f71c41c
tools/macos/README.md
@@ -55,7 +55,7 @@ brew install gnu-tar
55
# install pip
56
sudo easy_install pip
57
# 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
+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
59
```
60
61
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:
114
# go back to project's root folder
115
cd ../
116
./gradlew -PtestSetName="REQUIRE_ONLY_DB" :tests:testCoverageLean
117
-```
+```
0 commit comments