From 83442182c5dcf2cae0677d53f390c954b9ebbabc Mon Sep 17 00:00:00 2001 From: joris22o <51743304+joris22o@users.noreply.github.com> Date: Fri, 14 Jun 2019 13:15:09 +0200 Subject: [PATCH] Update README.md --- Python/README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/Python/README.md b/Python/README.md index cd3fe86..da0f8e0 100644 --- a/Python/README.md +++ b/Python/README.md @@ -2,7 +2,7 @@ Code samples that show some of the LYNX API possible implementations. -> First you need to setup your environment to work with the LYNX API and Python using [these](/SETUP.md) instructions. +*First you need to setup your environment to work with the LYNX API and Python using [these](/SETUP.md) instructions* ### Table of contents - [**place_order**](https://github.com/lynxbroker/API-examples/tree/master/Python/place_order) - code example of placing an order though the API @@ -17,30 +17,3 @@ Code samples that show some of the LYNX API possible implementations.

- -
- -## Setting up your environment to work with the LYNX API and Python - -**Requirements**: - -- [API Software](https://lynxbroker.github.io/documentation/#/API_versions) Installed -- TWS Running -- Socket Connection enabled and configured: *Configure->API->Settings* *(Port - 7496 & Enable ActiveX and Socket Clients)* -- Python 3.6 or higher - - - -**Installation:** - -> After the API software has been downloaded and installed, the folder should have the following contents: - -![](request_market_data/images/tws_folder_content.png) - -> In order to include the API library in the global site-packages you must navigate to *".../TWS_installation_folder/source/pythonclient"*: - -![](request_market_data/images/tws_folder_content_setup.png) - -> Finally, run the python script *setup.py* in a console with the following command - *python setup.py install* : - -![](request_market_data/images/console_setup.png)