Skip to content

Commit 2b4921e

Browse files
author
lin
committed
update docs
1 parent dd5bfbb commit 2b4921e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ the other part not related to cryptocurrency.
1515
> pip install git+https://github.com/51bitquant/howtrader.git
1616
1717
you 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
3639
but we recommend you using the pip to install the howtrader, for you can
3740
encounter 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文件,就可以看到其下面的一些日志和配置文件信息了。

0 commit comments

Comments
 (0)