An open API service indexing awesome lists of open source software.

https://github.com/jramcast/openskill-test

OpenSkill example
https://github.com/jramcast/openskill-test

Last synced: 3 months ago
JSON representation

OpenSkill example

Awesome Lists containing this project

README

        

# Game Ranking Simulation with OpenSkill

## Create Venv and Install Dependencies

```shell
$ python3.9 -m venv .venv
$ source .venv/bin/activate
$ (.venv) pip install --upgrade pip
$ (.venv) pip install -r requirements
```

## Run

```shell
$ (.venv) python main.py
```