From ab464fe559dc1708b422d48cc18149b4d806f90d Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Sat, 24 Aug 2019 07:02:47 +0200
Subject: [PATCH] docs: add python mock (#4357)

---
 docs/local-development.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/local-development.md b/docs/local-development.md
index 8d5ecfe5f5..4b3b69a21f 100644
--- a/docs/local-development.md
+++ b/docs/local-development.md
@@ -42,6 +42,7 @@ You can use `powershell` and [chocolatey](https://chocolatey.org) to manage requ
 ```ps
 Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
 cinst git node-lts yarn python2 visualstudio2017buildtools
+pip install mock
 ```
 
 If you have build error, you have to [configure](https://github.com/nodejs/node-gyp#on-windows) `node-gyp` to use the right tools.
-- 
GitLab