Skip to content
Snippets Groups Projects
Commit ab464fe5 authored by Michael Kriese's avatar Michael Kriese Committed by Rhys Arkins
Browse files

docs: add python mock (#4357)

parent e196ddca
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ You can use `powershell` and [chocolatey](https://chocolatey.org) to manage requ ...@@ -42,6 +42,7 @@ You can use `powershell` and [chocolatey](https://chocolatey.org) to manage requ
```ps ```ps
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) 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 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. If you have build error, you have to [configure](https://github.com/nodejs/node-gyp#on-windows) `node-gyp` to use the right tools.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment