File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,19 @@ Inside the [examples](./examples) folder you can find a set of examples that sho
2323- ` poetry install ` : resolves and install dependencies
2424- ` make test ` : run the tests
2525
26- Note for MAC users:
27- - TLS does not work, see: https://github.com/rabbitmq/rabbitmq-amqp-python-client/issues/64
26+ ### Note for MAC users:
27+
28+ To run TLS you need to:
29+ ``` bash
30+ - pip uninstall python-qpid-proton
31+ - brew install swig
32+ - brew install pkg-config
33+ - export CFLAGS=" -I/usr/local/opt/openssl/include" ; pip install python-qpid-proton --verbose --no-cache-dir
34+ ```
35+
36+ Read more about the issue [ here] (https://stackoverflow.com/questions/44979947/python-qpid-proton-for-mac-using-amqps
37+ )
38+
2839
2940
3041
You can’t perform that action at this time.
0 commit comments