Simpler install guide

This commit is contained in:
William Toohey 2018-01-05 01:56:41 +10:00
parent b7e7387031
commit 4e53144e42

View File

@ -3,7 +3,7 @@
An encoder/decoder for Konami's binary XML format, used in some of their games. An encoder/decoder for Konami's binary XML format, used in some of their games.
### Setup: ### Setup:
`pip install .` `pip install git+https://github.com/mon/kbinxml/`
```python ```python
In [1]: from kbinxml import KBinXML In [1]: from kbinxml import KBinXML