Update decorator docs

pull/117/head v0.15.2
A. R. Shajii 2022-12-13 17:22:30 -05:00
parent c466e1c326
commit 320dc0aeed
1 changed files with 5 additions and 3 deletions

View File

@ -1,13 +1,15 @@
Codon includes a Python package called `codon` that allows
functions or methods within Python codebases to be compiled and
executed by Codon's JIT. The `codon` library can be installed
via `pip install`. For example:
with `pip`:
```bash
python3 -m pip install codon-0.13.0-cp39-cp39-macosx_12_0_arm64.whl
pip install codon-jit
```
where the `*.whl` file is included in the Codon distribution.
This library will attempt to use an installed version of Codon.
If Codon is installed at a non-standard path, set the `CODON_DIR`
environment variable to the installation path.
# Using `@codon.jit`