pylinalg0.6.8
pylinalg0.6.8
Published
Linear algebra utilities for Python
pip install pylinalg
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
pylinalg
Linear algebra utilities for Python.
Installation
pip install pylinalg
Development Install
To get a working dev install of pylinalg you can use the following steps:
# Click the Fork button on GitHub and navigate to your fork
git clone <address_of_your_fork>
cd pylinalg
# if you use a venv, create and activate it
pip install -e ".[dev,docs,examples]"
pytest tests