From a53bebc56075574f4392e402fc70dcee6f79eb6a Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 11 Apr 2018 15:20:52 +0100 Subject: [PATCH] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4a0e7f0..f34bf58 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,7 @@ Mycroft Skill Manager, in python! print msm.platform print msm.default_skills + print msm.installed_skills print msm.list_skills() print msm.url_info("https://github.com/JarbasAl/skill-stephen-hawking") print msm.name_info("date time") @@ -23,6 +24,9 @@ Mycroft Skill Manager, in python! msm.remove_by_name("stephen hawking") msm.install_by_name("diagnostics") msm.install_defaults() + msm.remove_from_priority_list("skill-pairing") + msm.add_to_blacklist("skill-pairing") + msm.reload_skill("skill-pairing") ## TODO @@ -47,4 +51,4 @@ this needs mycroft core installed to run, which in a desktop implies virtual env ## Credits -JarbasAI \ No newline at end of file +JarbasAI