diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-07-10 12:04:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 12:04:29 -0400 |
commit | 48b23bc89de725cd76dd02077e2772bc9ab4dd71 (patch) | |
tree | 014cb347301438344731d57cbf0d68f4da632fd8 /python/BuildInstructionsWindows.md | |
parent | Fix test running instructions (diff) | |
download | ice-48b23bc89de725cd76dd02077e2772bc9ab4dd71.tar.bz2 ice-48b23bc89de725cd76dd02077e2772bc9ab4dd71.tar.xz ice-48b23bc89de725cd76dd02077e2772bc9ab4dd71.zip |
More formatting fix
Diffstat (limited to 'python/BuildInstructionsWindows.md')
-rw-r--r-- | python/BuildInstructionsWindows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md index c25918e2b1c..5375fce577e 100644 --- a/python/BuildInstructionsWindows.md +++ b/python/BuildInstructionsWindows.md @@ -15,7 +15,7 @@ listed on [supported platforms][2]. ### With Pip -You can build the Ice for Python extension from source using pip: +You can build the Ice for Python extension from source using `pip`: ``` pip install <URL of Ice source distribution for Python> ``` |