Files
my_py_tools/readme.md
2025-10-18 21:39:53 +08:00

25 lines
430 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### 使用方法
1.Python版本Python 3.10.0以上
2.pip install -r requirements.txt安装包
3.python app.py运行
### python虚拟环境
1.创建虚拟环境
python -m venv .venv
2.启用虚拟环境
source .venv/bin/activate
3.启动
python app.py
### git设置
拉取时使用http连接
然后设置为ssh方便推送
git remote set-url origin git@121.41.50.246:drygrass/my_py_tools.git