From 787e8559b93c0e6f2c548d73f25cc6fe52fce8aa Mon Sep 17 00:00:00 2001 From: Frej Drejhammar Date: Thu, 29 Oct 2020 19:00:30 +0100 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e411cd5..5640496 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ System Requirements This project depends on Python 2.7 or 3.5+, and the Mercurial >= 4.6 package (>= 5.2, if Python 3.5+). If Python is not installed, install -it before proceeding. TheMercurial package can be installed with -`pip install mercurial`. +it before proceeding. The Mercurial package can be installed with `pip +install mercurial`. On windows the bash that comes with "Git for Windows" is known to work well.