-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pip instructions are incorrect #126
Comments
What is the error you're getting? |
It's just not clear to me how this would install nerd-dictation. Am I supposed to first install vosk with pip, then clone nerd-dictation with git, then cd into it, get the language model, and then run |
nerd-dictation is a stand alone script, there is no need to install it, you may symlink the script to |
Works for me - you need to run the given command from the nerddictation root folder. @ideasman Installation is necessary for elograf. Simple symlinking probably will not take the modules with it, so unless you want to copy the whole git repo into the bin folder... it makes more sense to install. |
I get it. I have to cd into the installl folder, then run
|
Yes. package/python is a path, not some kind of magic command (which I thought at first, too :) ). |
The instructions to install this via pip just say
pip install package/python
.The text was updated successfully, but these errors were encountered: