Files
obsidian-vault/06 平台与配置/XBX库的安装.md
2026-06-23 00:24:32 +08:00

12 lines
652 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#邢不行B圈量化 #软件配置 #策略研究 #量化交易
这是[[邢不行B圈量化课程]]中提供的一种标准化的,适用于课程和开发的一种环境。
在这个环境中,可以保证所有的第三方模块版本和程序设计时保持一致。
安装非常简单:
```python
pip install xbx-py11
```
课程承诺以后课程更新,第三方库也会更新。
XBX库的安装和[[Anaconda的环境配置]]、[[Ubuntu配置之四 安装anaconda3]]要结合起来看。在新的项目环境中配置好conda解释器和Python版本再使用上述命令进行安装就基本完成了简易的开发环境搭建。