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.
1515> pip install git+https://github.com/51bitquant/howtrader.git
1616
1717you can use pip to install the howtrader.
18+
1819> pip install git+https://github.com/51bitquant/howtrader.git
1920
21+ 如果提示你没有git, 那么你需要去安装git软件,具体的话参考系列课程的第十三课的视频。
22+
2023或者你直接把代码下载下来,然后切换到你的虚拟环境,或者使用当前的环境也是可以的,
2124在终端输入:
2225
@@ -36,6 +39,13 @@ then script the following command
3639but we recommend you using the pip to install the howtrader, for you can
3740encounter some unexpected errors.
3841
42+ # 更新版本 update
43+ 直接在终端输入:
44+
45+ > pip install git+https://github.com/51bitquant/howtrader.git -U
46+
47+
48+
3949# 使用 Usage
4050你需要在项目下面创建一个文件夹加,howtrader, 这个主要是存放一些日记和配置文件的信息。
4151如果不不知道配置文件如何配置,你可以启动examples文件目录下面的main_window.py文件,就可以看到其下面的一些日志和配置文件信息了。
You can’t perform that action at this time.
0 commit comments