Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lin committed Dec 28, 2020
1 parent dd5bfbb commit 2b4921e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ the other part not related to cryptocurrency.
> pip install git+https://github.com/51bitquant/howtrader.git
you can use pip to install the howtrader.

> pip install git+https://github.com/51bitquant/howtrader.git
如果提示你没有git, 那么你需要去安装git软件,具体的话参考系列课程的第十三课的视频。

或者你直接把代码下载下来,然后切换到你的虚拟环境,或者使用当前的环境也是可以的,
在终端输入:

Expand All @@ -36,6 +39,13 @@ then script the following command
but we recommend you using the pip to install the howtrader, for you can
encounter some unexpected errors.

# 更新版本 update
直接在终端输入:

> pip install git+https://github.com/51bitquant/howtrader.git -U


# 使用 Usage
你需要在项目下面创建一个文件夹加,howtrader, 这个主要是存放一些日记和配置文件的信息。
如果不不知道配置文件如何配置,你可以启动examples文件目录下面的main_window.py文件,就可以看到其下面的一些日志和配置文件信息了。
Expand Down

0 comments on commit 2b4921e

Please sign in to comment.