mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	📝 Docs: pip 安装指令添加引号 (#1724)
This commit is contained in:
		| @@ -56,9 +56,9 @@ nb-cli 的使用方法详见[使用脚手架](./nb-cli.md) | ||||
| 如果你不想使用脚手架,可以直接安装 NoneBot2,并自行完成开发配置。 | ||||
|  | ||||
| ```bash | ||||
| pip install nonebot2[fastapi] | ||||
| pip install 'nonebot2[fastapi]' | ||||
| # 也可以通过 Poetry 安装 | ||||
| poetry add nonebot2[fastapi] | ||||
| poetry add 'nonebot2[fastapi]' | ||||
| ``` | ||||
|  | ||||
| ## 从 GitHub 安装 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user