Skip to content

Commit

Permalink
Update decorator docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arshajii committed Dec 13, 2022
1 parent c466e1c commit 320dc0a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/interop/decorator.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down

0 comments on commit 320dc0a

Please sign in to comment.