From 056ad69b437725ec41fae38d3033f2090cc40906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alve=20Svar=C3=A9n?= Date: Tue, 6 Oct 2020 17:15:19 +0200 Subject: [PATCH 1/2] Added requirements file --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8d2870c --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +SpeechRecognition>=3.8.1 \ No newline at end of file From 823336d9f8c5083a45729bccb4a4f004fd8d2a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alve=20Svar=C3=A9n?= Date: Tue, 6 Oct 2020 17:16:35 +0200 Subject: [PATCH 2/2] Update readme to add instructions for installing requirements --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9bf07c..d5aa263 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Room-Computer is a simple room controller and is basically a controller for your ### Installation git clone https://github.com/E-Almqvist/roomcomputer.git -This is written in python, so you will literally only have to clone this repository. + pip install -r requirements.txt +This is written in python, so you will literally only have to clone this repository and install the dependencies. ### Configuration Create a copy of the file "default-config.py" and name it "config.py" then configure its contents to your needs.