Skip to content

Commit 2cd6bf4

Browse files
Updated comment about pip3 freeze
1 parent df2141e commit 2cd6bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ websockets==10.1
198198
```
199199

200200
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`.
201202

202203
After the Python packages are installed, we need to install the browsers for Playwright.
203204
The `playwright install` command installs the latest versions of the three browsers that Playwright supports:

0 commit comments

Comments
 (0)