# vector-practice https://github.com/PyO3/pyo3 ``` python3 -m venv .env source .env/bin/activate maturin develop python test.py ```