Add a section about system requirements to the README

Add @rinu's suggestion on how to run fast-export on Windows to the
README, this fixes #121.
This commit is contained in:
Gabriel
2018-05-27 11:36:41 -07:00
committed by Frej Drejhammar
parent 19aa906308
commit 51d5f893db

View File

@@ -24,6 +24,16 @@ you want to report a security bug. That way the next person having the
same problem can benefit from the time spent solving the problem the
first time.
System Requirements
-------------------
This project depends on Python 2.7 and the Python mercurial 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).
Usage
-----