mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 06:49:31 -06:00
Bump version of Python bindings
This commit is contained in:
@@ -9,11 +9,17 @@
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
$ python setup.py build
|
||||
$ sudo python setup.py install
|
||||
```sh
|
||||
python setup.py build
|
||||
sudo python setup.py install
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
See `examples/`.
|
||||
See: https://www.grammaticalframework.org/doc/runtime-api.html#python
|
||||
|
||||
## Running tests
|
||||
|
||||
```sh
|
||||
python test.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user