From 20143e3b4f40e6cb3fc01408baf7f6ec1b3e3923 Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Mon, 11 Feb 2019 15:11:18 +0100 Subject: [PATCH] SDK-2520: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c73bf9..130296d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Use [pyinstaller](https://www.pyinstaller.org/) to create plugin executbale. Install required packages: ```bash -pip install -r requirments.txt +pip install -r requirements.txt ``` Run tests: