From 51d5f893db7903e6098ddf0c30aa09e7075f83eb Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 27 May 2018 11:36:41 -0700 Subject: [PATCH] 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. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f335670..b0dd613 100644 --- a/README.md +++ b/README.md @@ -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 ----- -- 2.11.4.GIT