Setup
- Activate virtual environment
source ./venv/bin/activate
. - Install dependencies
pip install .
. - Run
maturin develop
ormaturing build
. - Run
pytest main.py
.
Note: For making new projects run maturin init
.
Setup
source ./venv/bin/activate
.pip install .
.maturin develop
or maturing build
.pytest main.py
.Note: For making new projects run maturin init
.