mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8092 from yennster/patch-3
Fix quotes around gcovr install command for Windowspull/8112/head
commit
207ea79ba9
|
@ -45,7 +45,7 @@ sudo easy_install pip
|
|||
|
||||
### Installing covr
|
||||
|
||||
Install gcovr code coverage tool globally with `pip install 'gcovr>=4.1'` or using virtualenv:
|
||||
Install gcovr code coverage tool globally with `pip install "gcovr>=4.1"` or using virtualenv:
|
||||
|
||||
#### virtualenv
|
||||
|
||||
|
|
Loading…
Reference in New Issue