diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-06-15 08:59:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-15 08:59:40 +0200 |
| commit | 383ff5e22798402eacf52543ecc20c37a28d0b39 (patch) | |
| tree | e29de7538355aaf2eb9c7d940178f25702b237db /download | |
| parent | f31bccca1cbd7df0c1d7b5504eec13c3a26c29b5 (diff) | |
| parent | 71a98cdf0030d77abc3460af44329cdf653b1da3 (diff) | |
Merge pull request #60 from miracle2k/wheels
WIP: Add Github action workflow to build Python wheels.
Diffstat (limited to 'download')
| -rw-r--r-- | download/index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/download/index.md b/download/index.md index e6a1d39bc..44eb6db3c 100644 --- a/download/index.md +++ b/download/index.md @@ -171,6 +171,20 @@ in the RGL folder. This assumes that you already have GF installed. For more details about building the RGL, see the [RGL README](https://github.com/GrammaticalFramework/gf-rgl/blob/master/README.md). +## Installing the Python bindings from PyPI + +The Python library is available on PyPI as `pgf`, so it can be installed using: + +``` +pip install pgf +``` + +We provide binary wheels for Linux and OSX (with Windows missing so far), which +include the C runtime and a ready-to-go. If there is no binary distribution for +your platform, this will install the source tarball, which will attempt to build +the binding during installation, and requires the GF C runtime to be installed on +your system. + ## Older releases - [GF 3.9](index-3.9.html) (August 2017) |
