mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 14:59:32 -06:00
Update Python instructions, add simple testsuite (which fails with segmentation fault)
This commit is contained in:
19
src/runtime/python/README.md
Normal file
19
src/runtime/python/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Python bindings to C runtime
|
||||
|
||||
## Pre-requisites
|
||||
|
||||
1. You must have installed the PGF C runtime (see `../c/README.md`)
|
||||
2. You will need the system Python development package, e.g.:
|
||||
- RedHat: `yum install python-devel`
|
||||
- Debian: `apt install python-dev`
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
$ python setup.py build
|
||||
$ sudo python setup.py install
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
See `examples/`.
|
||||
Reference in New Issue
Block a user