summaryrefslogtreecommitdiff
path: root/candle-pyo3/README.md
blob: 07dff4686e5f72651bd20c804eacc40927f0b61c (plain)
1
2
3
4
5
6
7
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
```