mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
* Fix #75 * Build on macOS 11 for #72 * Fix #76 * Fix test * Fix generator example in docs * Fix Python/Cython packaging; Fix #80 * Fix tests * Fix tests * Fix tests * Fix tests * Fix syntax * Fix CI * Fix CI * Fix CI; Dominate imported bindings * Fix CI; Dominate imported bindings * Fix .gitignore * Fix tests * Fix rm command * Format * clang-format * Organize and optimize string formatting * Fix format error message Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com>
17 lines
184 B
Markdown
17 lines
184 B
Markdown
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 ...
|
|
```
|