File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,11 @@ the other part not related to cryptocurrency.
15
15
> pip install git+https://github.com/51bitquant/howtrader.git
16
16
17
17
you can use pip to install the howtrader.
18
+
18
19
> pip install git+https://github.com/51bitquant/howtrader.git
19
20
21
+ 如果提示你没有git, 那么你需要去安装git软件,具体的话参考系列课程的第十三课的视频。
22
+
20
23
或者你直接把代码下载下来,然后切换到你的虚拟环境,或者使用当前的环境也是可以的,
21
24
在终端输入:
22
25
@@ -36,6 +39,13 @@ then script the following command
36
39
but we recommend you using the pip to install the howtrader, for you can
37
40
encounter some unexpected errors.
38
41
42
+ # 更新版本 update
43
+ 直接在终端输入:
44
+
45
+ > pip install git+https://github.com/51bitquant/howtrader.git -U
46
+
47
+
48
+
39
49
# 使用 Usage
40
50
你需要在项目下面创建一个文件夹加,howtrader, 这个主要是存放一些日记和配置文件的信息。
41
51
如果不不知道配置文件如何配置,你可以启动examples文件目录下面的main_window.py文件,就可以看到其下面的一些日志和配置文件信息了。
You can’t perform that action at this time.
0 commit comments