Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
293bfffcfd
1 changed files with 6 additions and 1 deletions
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -1,3 +1,8 @@
 # virtualenv
 # virtualenv
 
 
-创建venv环境
+创建venv环境
+```
+virtualenv -p /opt/python/3.8.5/bin/python3 .venv
+source .venv/bin/activate
+pip intsall -r requirements.txt
+```