You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Python's [websocket-client](https://pypi.org/project/websocket-client/) library (*version 0.49 or greater*).
40
-
5.[Jupyter Notebook](https://jupyter.org/) runtime (for the Notebook example application only)
40
+
5.[Jupyter Notebook](https://jupyter.org/) runtime (for the Notebook example application)
41
41
5. TRCC username, password and host list credentials. Please reach out to your Refinitiv sales associate to acquire TRCC access credentials.
42
42
43
43
*Note:*
44
44
- The Python example has been qualified with Python versions 3.6.8.
45
45
- Please refer to the [pip installation guide page](https://pip.pypa.io/en/stable/installing/) if your environment does not have the [pip tool](https://pypi.org/project/pip/) installed.
46
46
- If your environment already have a websocket-client library installed, you can use ```pip list``` command to verify a library version, then use ```pip install --upgrade websocket-client``` command to upgrade websocket-client library.
47
+
- You can install Jupyter Notebook on your local machine and then test the example on the machine. The alternate choice is a free Jupyter Notebook on cloud environment such as [Azure Notebook](https://notebooks.azure.com/) provided by Microsoft. You can find more details from [this tutorial](https://docs.microsoft.com/en-us/azure/notebooks/tutorial-create-run-jupyter-notebook). If you are not familiar with Jupyter Notebook, the following [tutorial](https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook) created by DataCamp may help.
47
48
- It is not advisable to change the ADH configuration, if you are not familiar with the configuration procedures. Please consult your Market Data administrator for any questions regarding ADH-TRCC configuration.
48
49
49
50
## Application Files
@@ -59,6 +60,10 @@ This example project contains the following files and folders
59
60
60
61
Please be informed that your TREP server (ADS and ADH) should be applied the TRCC configurations and TRCC contribution service should be "Up" before running an example. The TRCC access credentials are required in the connection between ADH server and TRCC server only, not in the application level.
61
62
63
+

64
+
65
+

66
+
62
67
1. Unzip or download the example project folder into a directory of your choice.
63
68
2. Run ```$> pip install -r requestments.txt``` in a console to install all the dependencies libraries.
64
69
3. Then you can run trcc_posting.py application with the following command
0 commit comments