Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
bc65d6943f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -17,6 +17,11 @@ C:\Users\xx\AppData\Local\ms-playwright
 初始化一个项目:
 ```
 npm init playwright@latest new-project
+
+pip install playwright==1.33.0
+playwright install
+playwright install-deps
+
 ```
 
 python: