diff --git a/python_web/flasky/README.md b/python_web/flasky/README.md new file mode 100644 index 0000000..5fc0119 --- /dev/null +++ b/python_web/flasky/README.md @@ -0,0 +1,8 @@ +# pip国内镜像源 +- -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com +# 创建虚拟环境 +- python -m venv venv-virtual-name +# 激活虚拟环境 +- source venv/bin/activate +# 退出虚拟环境 +- deactivate \ No newline at end of file