mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
💥 Remove: 移除 Python 3.8 支持 (#2641)
This commit is contained in:
@ -15,7 +15,7 @@ import Messenger from "@site/src/components/Messenger";
|
||||
|
||||
:::caution 前提条件
|
||||
|
||||
- 请确保你的 Python 版本 >= 3.8
|
||||
- 请确保你的 Python 版本 >= 3.9
|
||||
- **我们强烈建议使用虚拟环境进行开发**,如果没有使用虚拟环境,请确保已经卸载可能存在的 NoneBot v1!!!
|
||||
```bash
|
||||
pip uninstall nonebot
|
||||
@ -32,7 +32,7 @@ import Messenger from "@site/src/components/Messenger";
|
||||
|
||||
## 安装脚手架
|
||||
|
||||
确保你已经安装了 Python 3.8 及以上版本,然后在命令行中执行以下命令:
|
||||
确保你已经安装了 Python 3.9 及以上版本,然后在命令行中执行以下命令:
|
||||
|
||||
1. 安装 [pipx](https://pypa.github.io/pipx/)
|
||||
|
||||
|
Reference in New Issue
Block a user