Skip to content

Commit f00c65b

Browse files
committed
2 parents 8a730b5 + ae0b2f4 commit f00c65b

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Skinok backtrader UI build with PyQt and finplot
2-
3-
**PyQt User interface for backtrader2**
1+
# Skinok backtrader UI (PyQt and finplot)
42

53
IMAGE HERE
64

@@ -10,17 +8,17 @@ You should have python installed on your machine (obvisously)
108

119
Please run the following commands :
1210

13-
pip install git+https://github.com/backtrader2/backtrader
14-
pip install matplotlib
15-
pip install requests
16-
pip install websocket
17-
pip install websocket-client
18-
pip install oandapy
19-
pip install git+https://github.com/blampe/IbPy.git
20-
pip install git+https://github.com/oanda/oandapy.git
21-
22-
pip install git+https://github.com/Skinok/finplot.git
23-
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 git+https://github.com/blampe/IbPy.git
19+
pip install git+https://github.com/oanda/oandapy.git
20+
pip install git+https://github.com/Skinok/finplot.git
21+
```
2422

2523
# How to use it ?
2624

0 commit comments

Comments
 (0)