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.
This commit is contained in:
Frej Drejhammar
2019-11-12 17:46:08 +01:00
parent 02c54a5513
commit 3af916d664

View File

@@ -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
-----