We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2141e commit 2cd6bf4Copy full SHA for 2cd6bf4
README.md
@@ -198,6 +198,7 @@ websockets==10.1
198
```
199
200
Notice that pip fetches dependencies of dependencies.
201
+It is customary for Python projects to store this list of dependencies in a file named `requirements.txt`.
202
203
After the Python packages are installed, we need to install the browsers for Playwright.
204
The `playwright install` command installs the latest versions of the three browsers that Playwright supports:
0 commit comments