Bump version of Python bindings

This commit is contained in:
John J. Camilleri
2021-08-24 10:04:07 +02:00
parent 91adc09b1f
commit fdaf19a5d4
2 changed files with 11 additions and 5 deletions

View File

@@ -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
```