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
18a0e335
Commit
18a0e335
authored
Apr 10, 2018
by
iLampard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix readme again
parent
60b2ca4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
README.md
README.md
+13
-14
No files found.
README.md
View file @
18a0e335
...
...
@@ -68,12 +68,18 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
cmake
-G
"Visual Studio 14 2015 Win646"
```
- 将MSBuild的路径
(
默认是
"C:
\P
rogram Files (x86)
\M
SBuild
\1
4.0
\B
in"")加入环境变量中。
3. 在项目子目录"
\a
lphamind
\p
fopt
"下使用如下命令进行更新,确保所需文件都已经拷贝到本地。
```
git submodule init
git submodule update
```
3
. 在项目根目录下双击批处理文件"
build_windows_dependencies.bat
"或者通过命令行执行
```
bash
build_windows_dependencies.bat
```
随后一系列依赖项目会自动编译。可能有若干警告,但没有错误。
4
. 在项目根目录下双击批处理文件"
build_windows_dependencies.bat
"或者通过命令行执行
```
bash
build_windows_dependencies.bat
```
随后一系列依赖项目会自动编译。可能有若干警告,但没有错误。
* Linux
...
...
@@ -92,16 +98,9 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
git clone https://github.com/alpha-miner/alpha-mind.git
```
2. 由于alpha - mind 包含一些子模块,如pfopt和xgboost。在克隆项目时,默认会包含该子模块目录,但其中还没有任何文件,还需要执行以下命令
```
cd alpha-mind
git submodule init
git submodule update
```
3. 参照上节内容,编译好依赖的子项目。
2. 参照上节内容,编译好依赖的子项目。
4
. 回到项目的根目录下运行:
3
. 回到项目的根目录下运行:
```
python
python setup.py install
...
...
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