mirror of
https://github.com/mon/kbinxml.git
synced 2026-04-25 07:58:23 -05:00
Simpler install guide
This commit is contained in:
parent
b7e7387031
commit
4e53144e42
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user