You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ may require extra dependencies external to typeshed to be installed in your virt
22
22
prior to running the test.
23
23
You can list or install all of a stubs package's external dependencies using the following script:
24
24
```bash
25
-
(.venv3)$ python tests/get_external_stub_requirements.py <third_party_stub># List external dependencies for <third_party_stub>
26
-
(.venv3)$ python tests/get_external_stub_requirements.py <third_party_stub1><third_party_stub2># List external dependencies for <third_party_stub1> and <third_party_stub2>
27
-
(.venv3)$ python tests/get_external_stub_requirements.py # List external dependencies for all third-party stubs in typeshed
28
-
(.venv3)$ python scripts/install_all_third_party_dependencies.py # Install external dependencies for all third-party stubs in typeshed
25
+
(.venv)$ python tests/get_external_stub_requirements.py <third_party_stub># List external dependencies for <third_party_stub>
26
+
(.venv)$ python tests/get_external_stub_requirements.py <third_party_stub1><third_party_stub2># List external dependencies for <third_party_stub1> and <third_party_stub2>
27
+
(.venv)$ python tests/get_external_stub_requirements.py # List external dependencies for all third-party stubs in typeshed
28
+
(.venv)$ python scripts/install_all_third_party_dependencies.py # Install external dependencies for all third-party stubs in typeshed
0 commit comments