# 开发环境搭建教室 👨‍🏫 🚩

## 本地开发环境：

### 软件安装

微软[PowerShell](https://docs.microsoft.com/zh-cn/powershell/) | [清华的brew镜像](https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/)

[**Pycharm**](https://www.jetbrains.com/pycharm/download/#section=mac) **|** [**Python**](https://www.python.org/downloads/) **|** [**Anaconda**](https://www.anaconda.com/products/individual#Downloads)\*\*\*\*

### **终端执行安装**

```c
conda update conda
conda update anaconda
conda update anaconda-navigator
```

```c
pip install ccxt
```

```c
pip install git+https://github.com/wardbradt/peregrine
```

```c
pip install git+https://github.com/CongZhengithub/aioquant
```

### 终端测试是否成功安装

```c
待完成
```

## 云计算开发环境：

[**宝塔面板**](https://www.bt.cn/)**(**[**安装教程**](https://www.bt.cn/bbs/thread-19376-1-1.html)**)(**[**腾讯云安装教程**](https://cloud.tencent.com/document/product/213/45550)**) |** [**腾讯云**](https://cloud.tencent.com/) **|** [**阿里云**](https://www.aliyun.com/)\*\*\*\*

千千的其它视频：[**上篇**](https://mp.weixin.qq.com/s/lVqcoBvtmyLaohz7DLtIoA) **|** [**下篇**](https://mp.weixin.qq.com/s/6qL4redQ3lFiNvZOowpBaA) **|** [**部署**](https://mp.weixin.qq.com/s/6bKVOqcYppqta3zRdMtvWA) **🚩 |** [**回测**](https://mp.weixin.qq.com/s/Ju4XFDHTq7wk2wokArmKGw)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.bfm-unity.org/bfm-univ.-wei-mian-jian-meng-da-xue/ben-di-kai-fa-huan-jing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
