Skip to content

how to run a script correctly? - Newbie #100

@Doberr1910

Description

@Doberr1910

With the help of gpt chat I managed to run script, but I don't know if it's correct

1.Powershell
cd C:\Users\Admin\Desktop\ProphitBet-Soccer-Bets-Predictor-main
2. py -3.10 -m venv venv
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
& .\venv\Scripts\Activate.ps1
3.py -3.10 -m pip install --upgrade pip setuptools wheel
4.pip install -r requirements.txt
5. python .\main.py --download-only
6. python .\main.py
the program starts, but I don't know how to download the latest seasons 2025, it only shows up to 2020, how to download 2025?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions