From 0d58df10e6cab3d6c6f63745b9b7f025d0d77e97 Mon Sep 17 00:00:00 2001 From: James Ridgway Date: Mon, 28 Dec 2020 19:51:09 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d79da59..905fd0d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,16 @@ Stream Deck control software for software developer's. +## Getting Started + +If this is your fist time using a StreamDeck make sure to follow the [Pre-requisite: LibUSB HIDAPI Backend](https://github.com/jamesridgway/devdeck/wiki/Installation#pre-requisite-libusb-hidapi-backend) steps documented in the wiki + +Install DevDeck + + pip install devdeck + + + ## Built-in Controls Dev Deck ships with the following controls: @@ -77,4 +87,4 @@ Can't find support for what you want? Implement your own `DeckControl` or `DeckC For example: Slack is implemented as a DeckController. Pressing the slack button will then present you with buttons for specific statuses. - \ No newline at end of file +