This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 准备环境 | |
1. 使用 python3 创建虚拟环境 | |
```bash | |
python3 -m venv py3venv #创建一个py3venv的虚拟环境 | |
``` | |
2. 激活虚拟环境 |