pylinalg0.6.8
pylinalg0.6.8
Published
Linear algebra utilities for Python
pip install pylinalg
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
- numpy
>=1.20.0 - pylinalg
[docs,lint,tests]; extra == "dev" - sphinx
>7.2; extra == "docs" - sphinx_rtd_theme
; extra == "docs" - ruff
; extra == "lint" - pytest
; extra == "tests" - pytest-cov
; extra == "tests" - pytest-watcher
; extra == "tests" - hypothesis
[numpy]~=6.61.0; extra == "tests" - packaging
; extra == "tests" - twine
; extra == "tests" - scipy
; extra == "tests"
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