From 92f4065157b5cadd82d9c9f2c6a4f15484bc3044 Mon Sep 17 00:00:00 2001 From: Evgeniy Komissarov Date: Wed, 18 Apr 2018 04:55:57 +0700 Subject: [PATCH] Fix typo in windows_faq.rst (#38864) Fix typo in `python-pip` packet name. +label: docsite_pr --- docs/docsite/rst/user_guide/windows_faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/windows_faq.rst b/docs/docsite/rst/user_guide/windows_faq.rst index 93c7748f016..69262de123c 100644 --- a/docs/docsite/rst/user_guide/windows_faq.rst +++ b/docs/docsite/rst/user_guide/windows_faq.rst @@ -45,7 +45,7 @@ can be run in the bash terminal: .. code-block:: shell sudo apt-get update - sudo apt-get install python-pyp git libffi-dev libssl-dev -y + sudo apt-get install python-pip git libffi-dev libssl-dev -y pip install ansible pywinrm To run Ansible from source instead of a release on the WSL, simply uninstall the pip