Files
candle/candle-pyo3/README.md
2023-09-02 16:19:35 +01:00

8 lines
164 B
Markdown

From the `candle-pyo3` directory, enable a virtual env where you will want the
candle package to be installed then run.
```bash
maturin develop
python test.py
```