This commit is contained in:
林觅
2026-04-10 10:58:32 +08:00
parent 87786bac50
commit 85d921b501
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "a5470bfd",
"metadata": {},
"outputs": [],
"source": [
"python.exe -m venv .venv\n",
"# 激活虚拟环境\n",
".venv\\Scripts\\Activate.ps1"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.13.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0
beeWare_project/py.py Normal file
View File