Skip to content
Snippets Groups Projects
Unverified Commit 1d9a9873 authored by Lucas Cimon's avatar Lucas Cimon Committed by GitHub
Browse files

docs: adding install verification step for Python mock lib (#5250)

parent 56747b84
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,8 @@ The following steps work to set up a brand new Windows 10 installation for devel
1.19.0
PS C:\Windows\system32> python --version
Python 2.7.16
PS C:\Windows\system32> python -c "import mock; print(mock.__version__)"
3.0.5
```
#### Fork and Clone
......
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