Compare commits
2 Commits
3806c35140
...
d996b1d523
| Author | SHA1 | Date | |
|---|---|---|---|
| d996b1d523 | |||
| cf3dc315d7 |
11
README.md
11
README.md
@@ -36,6 +36,17 @@ auditui --version
|
||||
|
||||
All set, run `auditui configure` to set up authentication, and then `auditui` to start the TUI.
|
||||
|
||||
### Workaround for Python 3.13 linux distribution
|
||||
|
||||
On some Linux distributions, Python 3.13 is already the default. So you have to install Python 3.12 manually before using `pipx`.
|
||||
|
||||
Workaround for Arch Linux:
|
||||
|
||||
```bash
|
||||
yay -S python312
|
||||
pipx install auditui --python python3.12
|
||||
```
|
||||
|
||||
## Keybindings
|
||||
|
||||
| Key | Action |
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "auditui"
|
||||
version = "0.1.0"
|
||||
description = "An Audible TUI client"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.10,<=3.12"
|
||||
dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=6.7.1"]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user