- 安装依赖(Dependencies)
- Python 2.7. Python 3 support is experimental.
- pip.
2. Manual installation instructions
- 安装虚拟环境,virtualenv。
mkdir yotta-venv
virtualenv ./yotta-venv
- 激活activate the new virtualenv:
source ./yotta-venv/bin/activate
- install yotta in the virtualenv:
时间: 2024-11-25 15:58:47