Use the makefile for most actions: Build: maturin develop Test: make test Run single test: pytest python/tests/<test_file>.py::<test_name> Doctest: make doctest Lint: make lint Format: make format