mirror of
https://github.com/loot/libloot-python.git
synced 2026-07-27 14:14:13 -07:00
Update readme
This commit is contained in:
@@ -4,7 +4,7 @@ LOOT API Python Module
|
||||
[](https://ci.appveyor.com/project/LOOT/loot-api-python/branch/master)
|
||||
[](http://loot-api-python.readthedocs.io/)
|
||||
|
||||
A Python module that wraps the LOOT API, generated by [pybind11](https://github.com/pybind/pybind11). Not everything in the API is exposed: coverage can be extended on request (or by pull request).
|
||||
A Python module that wraps libloot, generated by [pybind11](https://github.com/pybind/pybind11). Not everything in the API is exposed: coverage can be extended on request (or by pull request).
|
||||
|
||||
## Downloads
|
||||
|
||||
@@ -22,6 +22,6 @@ The documentation can be found online at [Read The Docs](http://loot-api-python.
|
||||
|
||||
## Build Instructions
|
||||
|
||||
The module's build system uses [CMake](https://cmake.org/) and requires [Python](https://www.python.org) (tested with 2.7). Make sure they're installed, then run CMake, and build the generated solution file.
|
||||
The module's build system uses [CMake](https://cmake.org/) and requires [Python](https://www.python.org). Make sure they're installed, then run CMake, and build the generated solution file.
|
||||
|
||||
Only Windows support has been tested, though Linux builds should also be possible.
|
||||
|
||||
Reference in New Issue
Block a user