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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/gf-developers.t2t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t index 74059199b..ed336b9a7 100644 --- a/doc/gf-developers.t2t +++ b/doc/gf-developers.t2t @@ -391,6 +391,8 @@ bindings are found in the ``src/runtime/python`` and ``src/runtime/java`` directories, respecively. Compile them by following the instructions in the ``INSTALL`` files in those directories. +The Python library can also be installed from PyPI using `pip install pgf`. + == Compilation of RGL == As of 2018-07-26, the RGL is distributed separately from the GF compiler and runtimes. |
