1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00
codon/extra/python/README.md

17 lines
184 B
Markdown
Raw Normal View History

To install:
```bash
$ pip install .
```
If Codon is installed in non-standard directory, please set `CODON_DIR` accordingly.
To use:
```python
import codon
@codon.jit
def ...
```