-
-
Notifications
You must be signed in to change notification settings - Fork 638
Docs: 更新文档《手动创建项目》 #3623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: 更新文档《手动创建项目》 #3623
Conversation
不同平台建议使用 docusaurus的 Tabs组件 |
已修改 |
mdx 才可以用组件,后缀需要改成 mdx |
done |
🚀 Deployed to https://deploy-preview-3623--nonebot2.netlify.app |
nonebot2/website/docs/tutorial/application.mdx Lines 60 to 75 in a466526
这里如果统一使用 |
(思考)我查到linux的习惯是用单引号,就没改。要统一吗
|
在 linux 需要使用单引号来确保方括号不会被部分 shell 当作特殊字符 |
Got it. |
Updated the tutorial to include proper tab structure for virtual environment instructions on Windows and Linux/macOS.
Removed unnecessary whitespace and adjusted formatting for clarity.
Updated code block formatting for creating and activating a virtual environment.
Updated code blocks for creating and activating virtual environments on Windows and Linux/macOS.
Updated code blocks for creating and activating virtual environments in Windows and Linux/macOS sections.
pip install 'nonebot2[fastapi]'
在 windows 平台会报错,按照平台进行了拆分和修正。