mirror of
https://github.com/frej/fast-export.git
synced 2026-06-23 07:11:28 +02:00
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:
10
README.md
10
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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user