InstallationΒΆ

You may clone the sports-betting repo:

$ git clone https://github.com/georgedouzas/sports-betting.git

In case you would like to contribute to the project then fork the repository and clone your own repo:

$ git clone https://github.com/yourrepo/sports-betting.git

In both cases, you may install the project in editable mode by running the following commands:

$ cd sports-betting
$ pip install -e .