Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joris22o authored Jun 14, 2019
1 parent 716c021 commit 8344218
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,30 +17,3 @@ Code samples that show some of the LYNX API possible implementations.
<p align="center">
<img src="request_market_data/images/logo_cover.svg">
</p>

<br />

## 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)

0 comments on commit 8344218

Please sign in to comment.