File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,9 @@ You should have python installed on your machine (obvisously)
9
9
Please run the following commands :
10
10
11
11
```
12
- pip install git+https://github.com/backtrader2/backtrader
13
- pip install matplotlib
14
- pip install requests
15
- pip install websocket
16
- pip install websocket-client
17
- pip install oandapy
18
- pip install qdarkstyle
19
- pip install git+https://github.com/blampe/IbPy.git
20
- pip install git+https://github.com/oanda/oandapy.git
21
- pip install git+https://github.com/Skinok/finplot.git
12
+ pip install git+https://github.com/backtrader2/backtrader matplotlib requests \
13
+ websocket websocket-client oandapy qdarkstyle git+https://github.com/blampe/IbPy.git \
14
+ git+https://github.com/oanda/oandapy.git git+https://github.com/Skinok/finplot.git
22
15
```
23
16
24
17
# How to use it ?
You can’t perform that action at this time.
0 commit comments