From 869f68259423db6063bd485d87e32944ff79bbbf Mon Sep 17 00:00:00 2001 From: liukai234 <2679327337@qq.com> Date: Fri, 29 May 2020 22:46:31 +0800 Subject: [PATCH] init folder --- python_web/flasky/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python_web/flasky/README.md 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