aahashemi / YouTubeAutomation-Reddit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: unknown option '-m'

maunz1337 opened this issue · comments

Hello,

first of all: Thanks for the great work!

Unfortunatelly i get the following error during the command:
python -m playwright install and python -m playwright install-deps
error: unknown option '-m'

Also i am in the folder i cloned the git.

Any help?

Oh wow, i couldnt read correctly.
The correct commands are:

  1. python -m playwright install
  2. python -m playwright install-deps
    and not all in one line :(