codon/extra/python/README.md

15 lines
109 B
Markdown
Raw Normal View History

To install:
```bash
$ pip install extra/python
```
To use:
```python
import codon
@codon.jit
def ...
```