• QuaternionsRock@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    2 years ago

    You need to install Python package dependencies. pip install -r requirements.txt is the simplest way to do it, but that unfortunately installs the packages globally. May be wise to use a virtual environment.