Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
limafresh committed Nov 1, 2024
1 parent db8e9e3 commit 83b716a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ A math trainer for kids written in Python and PyQt 6. It includes addition withi
![Math trainer running on KDE Plasma 5.27 desktop](https://raw.githubusercontent.com/limafresh/MathTrainer/main/screenshot.png)

## Installation
### From .deb file (Debian/Ubuntu/Linux Mint)
[Download .deb file](https://github.com/limafresh/MathTrainer/releases/download/v1.0.3/MathTrainer.deb)
### From PyPi via pip
```
pip install math-trainer
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "math-trainer"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"PyQt6>=6.4.2",
]
Expand Down

0 comments on commit 83b716a

Please sign in to comment.