Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,12 @@ In the Nigerian version, extra special cards were introduced. These special card

To use this you need `Python 3.11` or higher. Other lower versions of Python might work but I haven't tested them.

First, install the dependencies with this command:

```bash
pip install -r requirements.txt
pip install whot
```

Then run the server:

```bash
python3 main.py
```

The application will run on all available addresses on the system.
Go through the [documentation](https://eteimz.github.io/whot/) to learn more.

## Contributions

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'whot'
copyright = '2025, Eteims'
author = 'Eteims'
release = '0.0.1'
release = '0.0.2'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "whot"
version = "0.0.1"
version = "0.0.2"
requires-python = ">=3.11"
authors = [
{ name="Eteims", email="8teims@gmail.com" },
]
readme = "README.md"
description = "A whot! engine"
license = "MIT"
license-files = ["LICEN[CS]E*"]
Expand Down
Loading