mirror of https://github.com/exaloop/codon.git
* Update copyright dates in stdlib * Update copyright dates in cpp files * Update copyright dates in h files * Update copyright dates in py files * Bump version * Update LICENSE * Update release notes |
||
---|---|---|
.. | ||
codon | ||
.gitignore | ||
MANIFEST.in | ||
README.md | ||
pyproject.toml | ||
setup.py |
README.md
To install:
$ pip install .
If Codon is installed in non-standard directory, please set CODON_DIR
accordingly.
To use:
import codon
@codon.jit
def ...