From 4e53144e42e124e4e8a6522ad34b995a7d6088cd Mon Sep 17 00:00:00 2001 From: William Toohey Date: Fri, 5 Jan 2018 01:56:41 +1000 Subject: [PATCH] Simpler install guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d538ef8..91ea10d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An encoder/decoder for Konami's binary XML format, used in some of their games. ### Setup: -`pip install .` +`pip install git+https://github.com/mon/kbinxml/` ```python In [1]: from kbinxml import KBinXML