Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 0a23ce5

Browse files
committed
Allow SSL for python client import; add MacOS tips
Allowing SSL required adding the certifi import to the requirements and .py, as well as adding a commented out snippet and verbiage in the readme. MacOS needed an interim client lib, cython, as well as a tip about using python3 & pip3 now that python is shipped
1 parent 7867c54 commit 0a23ce5

File tree

1 file changed

+2
-1
lines changed
  • Exploring Public Datasets/nyc_restaurants/scripts

1 file changed

+2
-1
lines changed

Exploring Public Datasets/nyc_restaurants/scripts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ curl -H "Content-Type: application/json" -XGET localhost:9200/nyc_restaurants/_c
6868
```
6969

7070
NOTE:
71+
7172
If you are using https you will likely need to also use the
72-
`--user username:password` with your curl command
73+
`--user username:password` option with your curl command

0 commit comments

Comments
 (0)