Skip to content
硬件开发手记
Main Navigation
首页
RK3566开发
主题
回到顶部
目录
关于 Python 的使用
1. 安装 Python
安装 Python
2. 使用 Python
使用 Python
3. Python 虚拟环境
如何创建Python虚拟环境
bash
python3
-m
venv
.venv
source
.venv/bin/activate