documentation
documentation copied to clipboard
outdated, no msk
From https://mycroft-ai.gitbook.io/docs/skill-development/your-first-skill
If you chose the defaults during installation, you can run MSK from your Terminal using the command:
mycroft-msk
[...] If you receive a "command not found", then you will need to runmsk
manually from yourmycroft-core
directory. Anytime you seemycroft-msk
in our documentation you must replace this with:
-
The Documentation (https://mycroft-ai.gitbook.io/docs/) should really link to its issue tracker, I posted this on the Forum first, thinking there was no better way.
-
The last sentence is incomplete: the next word is in the next heading
-
I did use the defaults (or actually I always entered
y
I don't remember any indication of which of them was the default) during installation of the current version (commit c2904335f6f4 from 2019-11-14 on master). My only deviation is that I installed it in/opt
instead of/home
. There is nomycroft-msk
for me, but there is nomsk
either! Instead I have to go to (/opt/
)mycroft-core/bin
and then./mycroft-msk
Update:
I've picked up that one must install msk
with source venv-activate.sh; pip install msk
.
This should really be in the documentation!