1 2 3 4 5 6 7 8 9 10 11 12
SHELL := /bin/bash install_maturin: python -m venv .env source .env/bin/activate pip install maturin develop_py: maturin develop --all-features test_py: develop_py python -m unittest discover