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 run msk manually from your mycroft-core directory. Anytime you see mycroft-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 no mycroft-msk for me, but there is no msk 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!
From https://mycroft-ai.gitbook.io/docs/skill-development/your-first-skill
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
yI 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/optinstead of/home. There is nomycroft-mskfor me, but there is nomskeither!Instead I have to go to (
/opt/)mycroft-core/binand then./mycroft-mskUpdate:
I've picked up that one must install
mskwithsource venv-activate.sh; pip install msk.This should really be in the documentation!