diff --git a/docs/development/local-development.md b/docs/development/local-development.md index c060902e51736bdf7d3bbb878865c0fec0af34c3..5e71d27a4a1106746266b0cfa64d5c4744a77376 100644 --- a/docs/development/local-development.md +++ b/docs/development/local-development.md @@ -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