nerd-dictation icon indicating copy to clipboard operation
nerd-dictation copied to clipboard

Pipx

Open kohane27 opened this issue 11 months ago • 5 comments

Hello @ideasman42 , hope you're doing well. Thank you for creating nerd-dictation. I'm actually using it right now as I write (speak) this paragraph!

The need for pyproject.toml

I'm on archlinux and I encountered the following problems:

  1. pip3 install vosk:

2023-07-15-14-08-43

  1. The aur vosk-api requires Java 17 to build, which I don't have, and think it's an overkill
  2. The aur nerd-dictation-git requires xdotool but I'm on Wayland

Solution

This PR is a continuation of https://github.com/ideasman42/nerd-dictation/issues/60. afaik, it's now favored to use pyproject.toml as a standard way of specifying project metadata, which could be used by pipx. So this PR includes a simple pyproject.toml. Then, users can just install the program with a simple command:

pipx install git+https://github.com/ideasman42/nerd-dictation.git

Thank you!

kohane27 avatar Jul 15 '23 06:07 kohane27