poetry shell
-playwright install-deps
-playwright install
+poetry run playwright install-deps
+poetry run playwright install
diff --git a/docs/docs/main/install-lookyloo.html b/docs/docs/main/install-lookyloo.html index dbaf06f..03826f4 100644 --- a/docs/docs/main/install-lookyloo.html +++ b/docs/docs/main/install-lookyloo.html @@ -221,7 +221,7 @@
Poetry handles dependency installation +
Poetry 2.0 handles dependency installation as well as building and packaging of Python packages.
poetry shell
-playwright install-deps
-playwright install
+poetry run playwright install-deps
+poetry run playwright install