Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
alpha-mind
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dr.李
alpha-mind
Commits
c6d69b4f
Commit
c6d69b4f
authored
Apr 10, 2018
by
iLampard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some more details in install section in ReadMe
parent
945f80e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
README.md
README.md
+14
-4
No files found.
README.md
View file @
c6d69b4f
...
@@ -39,6 +39,8 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
...
@@ -39,6 +39,8 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
*
pandas
*
pandas
*
scipy
*
scipy
同时还依赖于一个工具包
*
[
Finance-Python
](
https://github.com/alpha-miner/Finance-Python
)
## 编译依赖
## 编译依赖
...
@@ -48,12 +50,20 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
...
@@ -48,12 +50,20 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
具体可按照如下流程配置:
具体可按照如下流程配置:
1.
安装VS2015 社区版,在微软官网可以免费下载
1.
安装VS2015 社区版,在微软官网可以免费下载。
2.
安装CMake, 可以从
[
官网
](
https://cmake.org/download/
)
下载二进制安装文件"Windows win64-x64 ZIP",解压缩后环境变量的设置可以参见
[
此文
](
https://blog.csdn.net/liyuebit/article/details/77092723
)
2.
安装CMake, 可以从
[
官网
](
https://cmake.org/download/
)
下载二进制安装文件,如"Windows win64-x64 ZIP",解压缩后环境变量的设置可以参见
[
此文
](
https://blog.csdn.net/liyuebit/article/details/77092723
)
3.
-
可以按照文中的例子,尝试使用如下CMake命令编译一个HelloWorld项目。
```
bash
cmake
-G
"Visual Studio 14 2015 Win646"
```
- 将MSBuild的路径
(
默认是
"C:
\P
rogram Files (x86)
\M
SBuild
\1
4.0
\B
in"")加入环境变量中。
3. 在项目根目录下双击批处理文件"
build_windows_dependencies.bat
"或者通过命令行执行
```
bash
```
bash
build_windows_dependencies.bat
build_windows_dependencies.bat
```
```
随后一系列依赖项目会自动编译。可能有若干警告,但没有错误。
* Linux
* Linux
...
@@ -72,7 +82,7 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
...
@@ -72,7 +82,7 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
git clone https://github.com/alpha-miner/alpha-mind.git
git clone https://github.com/alpha-miner/alpha-mind.git
```
```
2. 由于alpha - mind
依赖于
一些子模块,如pfopt和xgboost。在克隆项目时,默认会包含该子模块目录,但其中还没有任何文件,还需要执行以下命令
2. 由于alpha - mind
包含
一些子模块,如pfopt和xgboost。在克隆项目时,默认会包含该子模块目录,但其中还没有任何文件,还需要执行以下命令
```
```
cd alpha-mind
cd alpha-mind
git submodule init
git submodule init
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment