From 3af916d6641cd0b22c545c1a9f2875e4f275305b Mon Sep 17 00:00:00 2001 From: Frej Drejhammar Date: Tue, 12 Nov 2019 17:46:08 +0100 Subject: [PATCH] Clarify requirements Make it clear that python 2.7.x is a hard requirement and that Mercurial >= 4.6 is required. Also clean up an old editing artefact. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 282aa6c..ec52ac8 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ first time. System Requirements ------------------- -This project depends on Python 2.7 and the Mercurial 4.6 package. If -Python is not installed, install it before proceeding. The Mercurial -package can be installed with `pip install mercurial`. +This project depends on Python 2.7 and the Mercurial >= 4.6 +package. If Python is not installed, install it before proceeding. The +Mercurial package can be installed with `pip install mercurial`. -If you're on Windows, run the following commands in git bash (Git for -Windows). +On windows the bash that comes with "Git for Windows" is known to work +well. Usage -----